Skip to content

Commit b62e331

Browse files
Xiang wangxdavem330
authored andcommitted
net: fix typo in a comment
The double 'as' in a comment is repeated, thus it should be removed. Signed-off-by: Xiang wangx <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 6441998 commit b62e331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/netdevice.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1937,7 +1937,7 @@ enum netdev_ml_priv_type {
19371937
* @udp_tunnel_nic: UDP tunnel offload state
19381938
* @xdp_state: stores info on attached XDP BPF programs
19391939
*
1940-
* @nested_level: Used as as a parameter of spin_lock_nested() of
1940+
* @nested_level: Used as a parameter of spin_lock_nested() of
19411941
* dev->addr_list_lock.
19421942
* @unlink_list: As netif_addr_lock() can be called recursively,
19431943
* keep a list of interfaces to be deleted.

0 commit comments

Comments
 (0)