Skip to content

Commit

Permalink
net: aquantia: fix spelling mistake "specfield" -> "specified"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Colin Ian King authored and David S. Miller committed Nov 18, 2018
1 parent 098aafa commit 7c460cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/aquantia/atlantic/aq_filters.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 7c460cf

Please sign in to comment.