Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1715270 > unrolled thread

[PATCH][netdev-next] bnxt_en: fix spelling mistake: "swtichdev" -> "switchdev"

Started byColin King <colin.king@canonical.com>
First post2017-08-18 17:50 +0200
Last post2017-08-20 06:40 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH][netdev-next] bnxt_en: fix spelling mistake: "swtichdev" -> "switchdev" Colin King <colin.king@canonical.com> - 2017-08-18 17:50 +0200
    Re: [PATCH][netdev-next] bnxt_en: fix spelling mistake:  "swtichdev" -> "switchdev" David Miller <davem@davemloft.net> - 2017-08-20 06:40 +0200

#1715270 — [PATCH][netdev-next] bnxt_en: fix spelling mistake: "swtichdev" -> "switchdev"

FromColin King <colin.king@canonical.com>
Date2017-08-18 17:50 +0200
Subject[PATCH][netdev-next] bnxt_en: fix spelling mistake: "swtichdev" -> "switchdev"
Message-ID<ufRH3-5H5-5@gated-at.bofh.it>
From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in a netdev_info message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/net/ethernet/broadcom/bnxt/bnxt_vfr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/broadcom/bnxt/bnxt_vfr.c b/drivers/net/ethernet/broadcom/bnxt/bnxt_vfr.c
index b05c5d0ee3f9..86cce6f53f78 100644
--- a/drivers/net/ethernet/broadcom/bnxt/bnxt_vfr.c
+++ b/drivers/net/ethernet/broadcom/bnxt/bnxt_vfr.c
@@ -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;
 		}
-- 
2.11.0

[toc] | [next] | [standalone]


#1715864 — Re: [PATCH][netdev-next] bnxt_en: fix spelling mistake: "swtichdev" -> "switchdev"

FromDavid Miller <davem@davemloft.net>
Date2017-08-20 06:40 +0200
SubjectRe: [PATCH][netdev-next] bnxt_en: fix spelling mistake: "swtichdev" -> "switchdev"
Message-ID<ugqbM-2bD-7@gated-at.bofh.it>
In reply to#1715270
From: Colin King <colin.king@canonical.com>
Date: Fri, 18 Aug 2017 16:40:00 +0100

> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial fix to spelling mistake in a netdev_info message
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Applied.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web