Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: fix typo in a comment

The double 'as' in a comment is repeated, thus it should be removed.

Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Xiang wangx and committed by
David S. Miller
b62e3317 6441998e

+1 -1
+1 -1
include/linux/netdevice.h
··· 1937 1937 * @udp_tunnel_nic: UDP tunnel offload state 1938 1938 * @xdp_state: stores info on attached XDP BPF programs 1939 1939 * 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 1941 1941 * dev->addr_list_lock. 1942 1942 * @unlink_list: As netif_addr_lock() can be called recursively, 1943 1943 * keep a list of interfaces to be deleted.