From: Zheng Yongjun Date: Wed, 2 Jun 2021 06:54:28 +0000 (+0800) Subject: ethtool: Fix a typo X-Git-Tag: io_uring-5.14-2021-07-09~10^2~370 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=b676c7f1c383390bfd940582e493b374541f2dc2;p=linux-block.git ethtool: Fix a typo atribute ==> attribute Signed-off-by: Zheng Yongjun Signed-off-by: David S. Miller --- 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