[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210325063825.228167-3-luwei32@huawei.com>
Date: Thu, 25 Mar 2021 14:38:22 +0800
From: Lu Wei <luwei32@...wei.com>
To: <idryomov@...il.com>, <jlayton@...nel.org>, <davem@...emloft.net>,
<kuba@...nel.org>, <ceph-devel@...r.kernel.org>,
<netdev@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<xiyou.wangcong@...il.com>, <ap420073@...il.com>,
<linux-decnet-user@...ts.sourceforge.net>, <andrew@...n.ch>,
<vivien.didelot@...il.com>, <f.fainelli@...il.com>,
<olteanv@...il.com>, <steffen.klassert@...unet.com>,
<herbert@...dor.apana.org.au>, <yoshfuji@...ux-ipv6.org>,
<dsahern@...nel.org>
Subject: [PATCH -next 2/5] net: core: Fix a typo in dev_addr_lists.c
Modify "funciton" to "function" in net/core/dev_addr_lists.c.
Reported-by: Hulk Robot <hulkci@...wei.com>
Signed-off-by: Lu Wei <luwei32@...wei.com>
---
net/core/dev_addr_lists.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/core/dev_addr_lists.c b/net/core/dev_addr_lists.c
index fa1c37ec40c9..1e5bde241185 100644
--- a/net/core/dev_addr_lists.c
+++ b/net/core/dev_addr_lists.c
@@ -228,7 +228,7 @@ EXPORT_SYMBOL(__hw_addr_unsync);
* @sync: function to call if address should be added
* @unsync: function to call if address should be removed
*
- * This funciton is intended to be called from the ndo_set_rx_mode
+ * This function is intended to be called from the ndo_set_rx_mode
* function of devices that require explicit address add/remove
* notifications. The unsync function may be NULL in which case
* the addresses requiring removal will simply be removed without
--
2.17.1
Powered by blists - more mailing lists