diff options
author | Zheng Yongjun <zhengyongjun3@huawei.com> | 2021-04-07 09:59:45 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-04-07 14:29:29 -0700 |
commit | a79ace4b312953c5835fafb12adc3cb6878b26bd (patch) | |
tree | 4af8723d716cc25d7f2481ec894440f4fa38e343 /net/tipc/net.c | |
parent | 9d6803921a16f4d768dc41a75375629828f4d91e (diff) | |
download | linux-a79ace4b312953c5835fafb12adc3cb6878b26bd.tar.gz linux-a79ace4b312953c5835fafb12adc3cb6878b26bd.tar.bz2 linux-a79ace4b312953c5835fafb12adc3cb6878b26bd.zip |
net: tipc: Fix spelling errors in net/tipc module
These patches fix a series of spelling errors in net/tipc module.
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc/net.c')
-rw-r--r-- | net/tipc/net.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/net.c b/net/tipc/net.c index a129f661bee3..faf6bf554514 100644 --- a/net/tipc/net.c +++ b/net/tipc/net.c @@ -89,7 +89,7 @@ * - A spin lock to protect the registry of kernel/driver users (reg.c) * - A global spin_lock (tipc_port_lock), which only task is to ensure * consistency where more than one port is involved in an operation, - * i.e., whe a port is part of a linked list of ports. + * i.e., when a port is part of a linked list of ports. * There are two such lists; 'port_list', which is used for management, * and 'wait_list', which is used to queue ports during congestion. * |