diff options
author | Julia Lawall <Julia.Lawall@inria.fr> | 2022-05-21 14:10:53 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-05-22 22:44:29 +0300 |
commit | cc4e7fa549cb69c18bc2ba7209df373ca06749e3 (patch) | |
tree | eb4b2fcd26c60cd274a30a596f034895bccde0e7 /include/linux/qed/qed_nvmetcp_if.h | |
parent | b0ea505ba0d74dd9b5a2e40e872253b13e5c5671 (diff) | |
download | linux-cc4e7fa549cb69c18bc2ba7209df373ca06749e3.tar.xz |
net: qed: fix typos in comments
Spelling mistakes (triple letters) in comments.
Detected with the help of Coccinelle.
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/qed/qed_nvmetcp_if.h')
-rw-r--r-- | include/linux/qed/qed_nvmetcp_if.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/qed/qed_nvmetcp_if.h b/include/linux/qed/qed_nvmetcp_if.h index 1d51df347560..bbfbfba51f37 100644 --- a/include/linux/qed/qed_nvmetcp_if.h +++ b/include/linux/qed/qed_nvmetcp_if.h @@ -132,7 +132,7 @@ struct nvmetcp_task_params { * connection. * @param p_doorbell - qed will fill the address of the * doorbell. - * @return 0 on sucesss, otherwise error value. + * @return 0 on success, otherwise error value. * @release_conn: release a previously acquired nvmetcp connection * @param cdev * @param handle - the connection handle. |