Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Julia Lawall and committed by
David S. Miller
cc4e7fa5 b0ea505b

+5 -5
+2 -2
include/linux/qed/qed_fcoe_if.h
··· 76 76 * @fill_dev_info: fills FCoE specific information 77 77 * @param cdev 78 78 * @param info 79 - * @return 0 on sucesss, otherwise error value. 79 + * @return 0 on success, otherwise error value. 80 80 * @register_ops: register FCoE operations 81 81 * @param cdev 82 82 * @param ops - specified using qed_iscsi_cb_ops ··· 96 96 * connection. 97 97 * @param p_doorbell - qed will fill the address of the 98 98 * doorbell. 99 - * return 0 on sucesss, otherwise error value. 99 + * return 0 on success, otherwise error value. 100 100 * @release_conn: release a previously acquired fcoe connection 101 101 * @param cdev 102 102 * @param handle - the connection handle.
+2 -2
include/linux/qed/qed_iscsi_if.h
··· 133 133 * @fill_dev_info: fills iSCSI specific information 134 134 * @param cdev 135 135 * @param info 136 - * @return 0 on sucesss, otherwise error value. 136 + * @return 0 on success, otherwise error value. 137 137 * @register_ops: register iscsi operations 138 138 * @param cdev 139 139 * @param ops - specified using qed_iscsi_cb_ops ··· 152 152 * connection. 153 153 * @param p_doorbell - qed will fill the address of the 154 154 * doorbell. 155 - * @return 0 on sucesss, otherwise error value. 155 + * @return 0 on success, otherwise error value. 156 156 * @release_conn: release a previously acquired iscsi connection 157 157 * @param cdev 158 158 * @param handle - the connection handle.
+1 -1
include/linux/qed/qed_nvmetcp_if.h
··· 132 132 * connection. 133 133 * @param p_doorbell - qed will fill the address of the 134 134 * doorbell. 135 - * @return 0 on sucesss, otherwise error value. 135 + * @return 0 on success, otherwise error value. 136 136 * @release_conn: release a previously acquired nvmetcp connection 137 137 * @param cdev 138 138 * @param handle - the connection handle.