Commit cc4e7fa5 authored by Julia Lawall's avatar Julia Lawall Committed by David S. Miller

net: qed: fix typos in comments

Spelling mistakes (triple letters) in comments.
Detected with the help of Coccinelle.
Signed-off-by: default avatarJulia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b0ea505b
...@@ -76,7 +76,7 @@ void qed_fcoe_set_pf_params(struct qed_dev *cdev, ...@@ -76,7 +76,7 @@ void qed_fcoe_set_pf_params(struct qed_dev *cdev,
* @fill_dev_info: fills FCoE specific information * @fill_dev_info: fills FCoE specific information
* @param cdev * @param cdev
* @param info * @param info
* @return 0 on sucesss, otherwise error value. * @return 0 on success, otherwise error value.
* @register_ops: register FCoE operations * @register_ops: register FCoE operations
* @param cdev * @param cdev
* @param ops - specified using qed_iscsi_cb_ops * @param ops - specified using qed_iscsi_cb_ops
...@@ -96,7 +96,7 @@ void qed_fcoe_set_pf_params(struct qed_dev *cdev, ...@@ -96,7 +96,7 @@ void qed_fcoe_set_pf_params(struct qed_dev *cdev,
* connection. * connection.
* @param p_doorbell - qed will fill the address of the * @param p_doorbell - qed will fill the address of the
* doorbell. * doorbell.
* return 0 on sucesss, otherwise error value. * return 0 on success, otherwise error value.
* @release_conn: release a previously acquired fcoe connection * @release_conn: release a previously acquired fcoe connection
* @param cdev * @param cdev
* @param handle - the connection handle. * @param handle - the connection handle.
......
...@@ -133,7 +133,7 @@ struct qed_iscsi_cb_ops { ...@@ -133,7 +133,7 @@ struct qed_iscsi_cb_ops {
* @fill_dev_info: fills iSCSI specific information * @fill_dev_info: fills iSCSI specific information
* @param cdev * @param cdev
* @param info * @param info
* @return 0 on sucesss, otherwise error value. * @return 0 on success, otherwise error value.
* @register_ops: register iscsi operations * @register_ops: register iscsi operations
* @param cdev * @param cdev
* @param ops - specified using qed_iscsi_cb_ops * @param ops - specified using qed_iscsi_cb_ops
...@@ -152,7 +152,7 @@ struct qed_iscsi_cb_ops { ...@@ -152,7 +152,7 @@ struct qed_iscsi_cb_ops {
* connection. * connection.
* @param p_doorbell - qed will fill the address of the * @param p_doorbell - qed will fill the address of the
* doorbell. * doorbell.
* @return 0 on sucesss, otherwise error value. * @return 0 on success, otherwise error value.
* @release_conn: release a previously acquired iscsi connection * @release_conn: release a previously acquired iscsi connection
* @param cdev * @param cdev
* @param handle - the connection handle. * @param handle - the connection handle.
......
...@@ -132,7 +132,7 @@ struct nvmetcp_task_params { ...@@ -132,7 +132,7 @@ struct nvmetcp_task_params {
* connection. * connection.
* @param p_doorbell - qed will fill the address of the * @param p_doorbell - qed will fill the address of the
* doorbell. * doorbell.
* @return 0 on sucesss, otherwise error value. * @return 0 on success, otherwise error value.
* @release_conn: release a previously acquired nvmetcp connection * @release_conn: release a previously acquired nvmetcp connection
* @param cdev * @param cdev
* @param handle - the connection handle. * @param handle - the connection handle.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment