Re: [PATCH net-next] /net/hsr: fix misspellings using codespell tool

2021-03-18 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Thu, 18 Mar 2021 04:39:41 -0700 you wrote: > From: Xiong Zhenwu > > A typo is found out by codespell tool in 111th line of hsr_debugfs.c: > > $ codespell ./net/hsr/ > > net/hsr/hsr_debugfs.c:111: Debufs ==> Debugfs

[PATCH net-next] /net/hsr: fix misspellings using codespell tool

2021-03-18 Thread menglong8 . dong
From: Xiong Zhenwu A typo is found out by codespell tool in 111th line of hsr_debugfs.c: $ codespell ./net/hsr/ net/hsr/hsr_debugfs.c:111: Debufs ==> Debugfs Fix typos found by codespell. Signed-off-by: Xiong Zhenwu --- net/hsr/hsr_debugfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deleti