aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDillon Brock <dab9861@gmail.com>2020-01-18 11:25:42 -0500
committerJason Gunthorpe <jgg@mellanox.com>2020-01-25 15:37:56 -0400
commit7f04c71f1fc2618f2aeb2d41c65e3b01ee20b3d5 (patch)
tree6ed33ce889c6d10479b6e6e24dfb0d5db3c185f7
parentIB/hfi1: Fix logical condition in msix_request_irq (diff)
downloadlinux-dev-7f04c71f1fc2618f2aeb2d41c65e3b01ee20b3d5.tar.xz
linux-dev-7f04c71f1fc2618f2aeb2d41c65e3b01ee20b3d5.zip
IB/opa_vnic: Spelling correction of 'erorr' to 'error'
Correcting a minor spelling mistake in the comments. Link: https://lore.kernel.org/r/20200118162542.15188-1-dab9861@gmail.com Signed-off-by: Dillon Brock <dab9861@gmail.com> Acked-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
-rw-r--r--drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h b/drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h
index e4c9bf2ef7e2..4480092c68e0 100644
--- a/drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h
+++ b/drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h
@@ -358,7 +358,7 @@ struct opa_veswport_summary_counters {
* @rx_drop_state: received packets in non-forwarding port state
* @rx_logic: other receive errors
*
- * All the above are counters of corresponding erorr conditions.
+ * All the above are counters of corresponding error conditions.
*/
struct opa_veswport_error_counters {
__be16 vp_instance;