Commit b62e3317 authored by Xiang wangx's avatar Xiang wangx Committed by David S. Miller

net: fix typo in a comment

The double 'as' in a comment is repeated, thus it should be removed.
Signed-off-by: default avatarXiang wangx <wangxiang@cdjrlc.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6441998e
...@@ -1937,7 +1937,7 @@ enum netdev_ml_priv_type { ...@@ -1937,7 +1937,7 @@ enum netdev_ml_priv_type {
* @udp_tunnel_nic: UDP tunnel offload state * @udp_tunnel_nic: UDP tunnel offload state
* @xdp_state: stores info on attached XDP BPF programs * @xdp_state: stores info on attached XDP BPF programs
* *
* @nested_level: Used as as a parameter of spin_lock_nested() of * @nested_level: Used as a parameter of spin_lock_nested() of
* dev->addr_list_lock. * dev->addr_list_lock.
* @unlink_list: As netif_addr_lock() can be called recursively, * @unlink_list: As netif_addr_lock() can be called recursively,
* keep a list of interfaces to be deleted. * keep a list of interfaces to be deleted.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment