From: Dillon Brock Date: Sat, 18 Jan 2020 16:25:42 +0000 (-0500) Subject: IB/opa_vnic: Spelling correction of 'erorr' to 'error' X-Git-Tag: v5.6-rc1~94^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7f04c71f1fc2618f2aeb2d41c65e3b01ee20b3d5;p=thirdparty%2Flinux.git 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 Acked-by: Dennis Dalessandro Signed-off-by: Jason Gunthorpe --- diff --git a/drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h b/drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h index e4c9bf2ef7e21..4480092c68e09 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;