]> git.baikalelectronics.ru Git - kernel.git/commitdiff
ethtool: Fix a typo
authorZheng Yongjun <zhengyongjun3@huawei.com>
Wed, 2 Jun 2021 06:54:28 +0000 (14:54 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 2 Jun 2021 21:01:55 +0000 (14:01 -0700)
atribute  ==> attribute

Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ethtool/netlink.h

index 8abcbc10796c47986e5ba44d5ecacc8f5957e18e..90b10966b16b8cc199e9c2ca8be8f53bef13bbab 100644 (file)
@@ -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