From: Xiong Zhenwu Date: Thu, 18 Mar 2021 11:52:13 +0000 (-0700) Subject: /net/core/: fix misspellings using codespell tool X-Git-Tag: v5.13-rc1~94^2~488 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a835f9034efbb699f307575bead2607c2fbc93ac;p=thirdparty%2Fkernel%2Flinux.git /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 Signed-off-by: David S. Miller --- diff --git a/net/core/drop_monitor.c b/net/core/drop_monitor.c index 571f191c06d94..1eb02c2236f2a 100644 --- a/net/core/drop_monitor.c +++ b/net/core/drop_monitor.c @@ -1731,7 +1731,7 @@ static void exit_net_drop_monitor(void) /* * Because of the module_get/put we do in the trace state change path - * we are guarnateed not to have any current users when we get here + * we are guaranteed not to have any current users when we get here */ for_each_possible_cpu(cpu) {