Skip to content

Commit

Permalink
bnxt_en: fix spelling mistake: "swtichdev" -> "switchdev"
Browse files Browse the repository at this point in the history
Trivial fix to spelling mistake in a netdev_info message

Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Colin Ian King authored and davem330 committed Aug 20, 2017
1 parent d7629e7 commit bd76b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/broadcom/bnxt/bnxt_vfr.c
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ static int bnxt_dl_eswitch_mode_set(struct devlink *devlink, u16 mode)
case DEVLINK_ESWITCH_MODE_SWITCHDEV:
if (pci_num_vf(bp->pdev) == 0) {
netdev_info(bp->dev,
"Enable VFs before setting swtichdev mode");
"Enable VFs before setting switchdev mode");
rc = -EPERM;
goto done;
}
Expand Down

0 comments on commit bd76b87

Please sign in to comment.