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

/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>

authored by

Xiong Zhenwu and committed by
David S. Miller
a835f903 7f1330c1

+1 -1
+1 -1
net/core/drop_monitor.c
··· 1731 1731 1732 1732 /* 1733 1733 * Because of the module_get/put we do in the trace state change path 1734 - * we are guarnateed not to have any current users when we get here 1734 + * we are guaranteed not to have any current users when we get here 1735 1735 */ 1736 1736 1737 1737 for_each_possible_cpu(cpu) {