summary refs log tree commit diff
path: root/net/ethtool/netlink.h
diff options
context:
space:
mode:
authorZheng Yongjun <zhengyongjun3@huawei.com>2021-06-02 14:54:28 +0800
committerDavid S. Miller <davem@davemloft.net>2021-06-02 14:01:55 -0700
commitb676c7f1c383390bfd940582e493b374541f2dc2 (patch)
treef1ae0df6e2445318f6af56d700eb9d3c8be840d6 /net/ethtool/netlink.h
parent7f0e869c4e3902abc44ae6a9c9fc4fba6867408e (diff)
downloadlinux-b676c7f1c383390bfd940582e493b374541f2dc2.tar.gz
ethtool: Fix a typo
atribute  ==> attribute

Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ethtool/netlink.h')
-rw-r--r--net/ethtool/netlink.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ethtool/netlink.h b/net/ethtool/netlink.h
index 8abcbc10796c..90b10966b16b 100644
--- a/net/ethtool/netlink.h
+++ b/net/ethtool/netlink.h
@@ -138,7 +138,7 @@ static inline void ethnl_update_bool32(u32 *dst, const struct nlattr *attr,
 }
 
 /**
- * ethnl_update_binary() - update binary data from NLA_BINARY atribute
+ * ethnl_update_binary() - update binary data from NLA_BINARY attribute
  * @dst:  value to update
  * @len:  destination buffer length
  * @attr: netlink attribute with new value or null