[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210602065428.104529-1-zhengyongjun3@huawei.com>
Date: Wed, 2 Jun 2021 14:54:28 +0800
From: Zheng Yongjun <zhengyongjun3@...wei.com>
To: <davem@...emloft.net>, <kuba@...nel.org>, <netdev@...r.kernel.org>,
<linux-kernel@...r.kernel.org>
CC: Zheng Yongjun <zhengyongjun3@...wei.com>
Subject: [PATCH net-next] ethtool: Fix a typo
atribute ==> attribute
Signed-off-by: Zheng Yongjun <zhengyongjun3@...wei.com>
---
net/ethtool/netlink.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
2.25.1
Powered by blists - more mailing lists