ethtool: Fix a typo
atribute ==> attribute Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
7f0e869c4e
commit
b676c7f1c3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue