]> git.baikalelectronics.ru Git - kernel.git/commit
/net/core/: fix misspellings using codespell tool
authorXiong Zhenwu <xiong.zhenwu@zte.com.cn>
Thu, 18 Mar 2021 11:52:13 +0000 (04:52 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Mar 2021 02:13:41 +0000 (19:13 -0700)
commit71205c3c41e47eb089d7fb941fb49503f327d217
tree1446dca19a7dd3559fb0409b9d7628912793fa48
parent7157c2a6313a59c1683a9f76892a29463b8e5172
/net/core/: fix misspellings using codespell tool

A typo is found out by codespell tool in 1734th line of drop_monitor.c:

$ codespell ./net/core/
./net/core/drop_monitor.c:1734: guarnateed  ==> guaranteed

Fix a typo found by codespell.

Signed-off-by: Xiong Zhenwu <xiong.zhenwu@zte.com.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/drop_monitor.c