]> 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)
commit12df44e4a16217ce84bbc4e7057348a5b91e235f
tree1446dca19a7dd3559fb0409b9d7628912793fa48
parentb2f5b3267eaad1a8fceb739b364098ca6655e033
/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