Skip to content

Commit a7cc028

Browse files
ColinIanKingNipaLocal
authored andcommitted
mlx4: Fix spelling mistake: "mape" -> "map"
There is a spelling mistake in a mlx4_err error message. Fix it. Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: NipaLocal <nipa@local>
1 parent 323f990 commit a7cc028

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/ethernet/mellanox/mlx4

1 file changed

+1
-1
lines changed

drivers/net/ethernet/mellanox/mlx4/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1508,7 +1508,7 @@ static int mlx4_port_map_set(struct mlx4_dev *dev, struct mlx4_port_map *v2p)
15081508
priv->v2p.port1 = port1;
15091509
priv->v2p.port2 = port2;
15101510
} else {
1511-
mlx4_err(dev, "Failed to change port mape: %d\n", err);
1511+
mlx4_err(dev, "Failed to change port map: %d\n", err);
15121512
}
15131513
}
15141514

0 commit comments

Comments
 (0)