mlxsw: pci: Fix a typo
authorNir Dotan <nird@mellanox.com>
Mon, 8 Oct 2018 18:50:40 +0000 (18:50 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Oct 2018 05:22:07 +0000 (22:22 -0700)
Signed-off-by: Nir Dotan <nird@mellanox.com>
Signed-off-by: Ido Schimmel <idosch@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlxsw/pci_hw.h

index 83f452b..bb99f6d 100644 (file)
@@ -221,7 +221,7 @@ MLXSW_ITEM32(pci, eqe, event_type, 0x0C, 24, 8);
 MLXSW_ITEM32(pci, eqe, event_sub_type, 0x0C, 16, 8);
 
 /* pci_eqe_cqn
- * Completion Queue that triggeret this EQE.
+ * Completion Queue that triggered this EQE.
  */
 MLXSW_ITEM32(pci, eqe, cqn, 0x0C, 8, 7);