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>
This commit is contained in:
parent
79ba4f9310
commit
7f04c71f1f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue