Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bd76b879 authored by Colin Ian King's avatar Colin Ian King Committed by David S. Miller
Browse files

bnxt_en: fix spelling mistake: "swtichdev" -> "switchdev"



Trivial fix to spelling mistake in a netdev_info message

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d7629e74
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
		}