]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
net: aquantia: fix spelling mistake "specfield" -> "specified"
authorColin Ian King <colin.king@canonical.com>
Fri, 16 Nov 2018 13:36:36 +0000 (13:36 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 18 Nov 2018 05:36:09 +0000 (21:36 -0800)
There is a spelling mistake in a netdev_err message. Fix this.

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

index f6145e7473b1147f4688104285b18270b5510a55..18bc035da850eb4d9555602f7422d419859ee3f7 100644 (file)
@@ -136,7 +136,7 @@ aq_check_approve_fl2(struct aq_nic_s *aq_nic,
        if (be16_to_cpu(fsp->m_ext.vlan_tci) == VLAN_PRIO_MASK &&
            fsp->m_u.ether_spec.h_proto == 0U) {
                netdev_err(aq_nic->ndev,
-                          "ethtool: proto (ether_type) parameter must be specfied");
+                          "ethtool: proto (ether_type) parameter must be specified");
                return -EINVAL;
        }