diff options
author | Zheng Yongjun <zhengyongjun3@huawei.com> | 2021-06-02 14:54:28 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-06-02 14:01:55 -0700 |
commit | b676c7f1c383390bfd940582e493b374541f2dc2 (patch) | |
tree | f1ae0df6e2445318f6af56d700eb9d3c8be840d6 /net/ethtool | |
parent | 7f0e869c4e3902abc44ae6a9c9fc4fba6867408e (diff) |
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')
-rw-r--r-- | net/ethtool/netlink.h | 2 |
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 |