Message ID | 20210318115213.474322-1-xiong.zhenwu@zte.com.cn |
---|---|
State | New |
Headers | show |
Series | [net-next] /net/core/: fix misspellings using codespell tool | expand |
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Thu, 18 Mar 2021 04:52:13 -0700 you wrote: > From: Xiong Zhenwu <xiong.zhenwu@zte.com.cn> > > 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 > > [...] Here is the summary with links: - [net-next] /net/core/: fix misspellings using codespell tool https://git.kernel.org/netdev/net-next/c/a835f9034efb You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
diff --git a/net/core/drop_monitor.c b/net/core/drop_monitor.c index 571f191c06d9..1eb02c2236f2 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) {