1
0
Fork 0

net: aquantia: fix spelling mistake "specfield" -> "specified"

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>
hifive-unleashed-5.1
Colin Ian King 2018-11-16 13:36:36 +00:00 committed by David S. Miller
parent 098aafaa68
commit 7c460cf9cd
1 changed files with 1 additions and 1 deletions

View 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;
}