diff mbox series

bnx2x: fix spelling mistake "dicline" -> "decline"

Message ID 20190415154703.25324-1-colin.king@canonical.com
State Accepted
Delegated to: David Miller
Headers show
Series bnx2x: fix spelling mistake "dicline" -> "decline" | expand

Commit Message

Colin Ian King April 15, 2019, 3:47 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in a BNX2X_ERR message, fix it.

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

Comments

David Miller April 16, 2019, 12:23 a.m. UTC | #1
From: Colin King <colin.king@canonical.com>
Date: Mon, 15 Apr 2019 16:47:03 +0100

> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in a BNX2X_ERR message, fix it.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Applied, thanks Colin.
diff mbox series

Patch

diff --git a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c
index 672b57f0b84d..0752b7fa4d9c 100644
--- a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c
+++ b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c
@@ -955,7 +955,7 @@  int bnx2x_vfpf_update_vlan(struct bnx2x *bp, u16 vid, u8 vf_qid, bool add)
 	bnx2x_sample_bulletin(bp);
 
 	if (bp->shadow_bulletin.content.valid_bitmap & 1 << VLAN_VALID) {
-		BNX2X_ERR("Hypervisor will dicline the request, avoiding\n");
+		BNX2X_ERR("Hypervisor will decline the request, avoiding\n");
 		rc = -EINVAL;
 		goto out;
 	}