Skip to content

Commit 4312782

Browse files
Gal PressmanSaeed Mahameed
authored andcommitted
net/mlx5e: IPoIB, Fix spelling mistake "functionts" -> "functions"
Fix trivial spelling mistake: "functionts" -> "functions". Signed-off-by: Gal Pressman <[email protected]> Signed-off-by: Saeed Mahameed <[email protected]>
1 parent 93b6647 commit 4312782

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/ethernet/mellanox/mlx5/core/ipoib

1 file changed

+1
-1
lines changed

drivers/net/ethernet/mellanox/mlx5/core/ipoib/ipoib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ int mlx5i_pkey_del_qpn(struct net_device *netdev, u32 qpn);
7676
/* Get the net-device corresponding to the given underlay QPN */
7777
struct net_device *mlx5i_pkey_get_netdev(struct net_device *netdev, u32 qpn);
7878

79-
/* Shared ndo functionts */
79+
/* Shared ndo functions */
8080
int mlx5i_dev_init(struct net_device *dev);
8181
void mlx5i_dev_cleanup(struct net_device *dev);
8282
int mlx5i_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd);

0 commit comments

Comments
 (0)