aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlxsw/pci_hw.h
diff options
context:
space:
mode:
authorNir Dotan <nird@mellanox.com>2018-10-08 18:50:40 +0000
committerDavid S. Miller <davem@davemloft.net>2018-10-10 22:22:07 -0700
commit9e664316408ad4dd2e6e6a7fa735a1691a1e04d1 (patch)
tree8ec6cc7992d182c1f4c30f825cebd4219e2db32e /drivers/net/ethernet/mellanox/mlxsw/pci_hw.h
parentnet: aquantia: remove some redundant variable initializations (diff)
downloadlinux-dev-9e664316408ad4dd2e6e6a7fa735a1691a1e04d1.tar.xz
linux-dev-9e664316408ad4dd2e6e6a7fa735a1691a1e04d1.zip
mlxsw: pci: Fix a typo
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>
Diffstat (limited to 'drivers/net/ethernet/mellanox/mlxsw/pci_hw.h')
-rw-r--r--drivers/net/ethernet/mellanox/mlxsw/pci_hw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/mellanox/mlxsw/pci_hw.h b/drivers/net/ethernet/mellanox/mlxsw/pci_hw.h
index 83f452b7ccbb..bb99f6d41fe0 100644
--- a/drivers/net/ethernet/mellanox/mlxsw/pci_hw.h
+++ b/drivers/net/ethernet/mellanox/mlxsw/pci_hw.h
@@ -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);