]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
bnx2x: fix spelling mistake "dicline" -> "decline"
authorColin Ian King <colin.king@canonical.com>
Mon, 15 Apr 2019 15:47:03 +0000 (16:47 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 16 Apr 2019 00:23:09 +0000 (17:23 -0700)
There is a spelling mistake in a BNX2X_ERR message, fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c

index a9bdc21873d32f31620ac169f8aff5b76cd02f7f..10ff37d6dc783b796c690a4d73bc90caa4cad931 100644 (file)
@@ -957,7 +957,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;
        }