2020-01-18 16:33:15

by Dillon Brock

[permalink] [raw]
Subject: [PATCH] IB/opa_vnic: Spelling correction of 'erorr' to 'error'

Correcting a minor spelling mistake in the comments.

Signed-off-by: Dillon Brock <[email protected]>
---
drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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;
--
2.21.1


2020-01-21 12:49:07

by Dennis Dalessandro

[permalink] [raw]
Subject: Re: [PATCH] IB/opa_vnic: Spelling correction of 'erorr' to 'error'

On 1/18/2020 11:25 AM, Dillon Brock wrote:
> Correcting a minor spelling mistake in the comments.
>
> Signed-off-by: Dillon Brock <[email protected]>
> ---
> drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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;
>

Thanks for the touch up.

Acked-by: Dennis Dalessandro <[email protected]>