diff mbox series

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

Message ID 20210318113941.473650-1-xiong.zhenwu@zte.com.cn
State New
Headers show
Series [net-next] /net/hsr: fix misspellings using codespell tool | expand

Commit Message

Menglong Dong March 18, 2021, 11:39 a.m. UTC
From: Xiong Zhenwu <xiong.zhenwu@zte.com.cn>

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 <xiong.zhenwu@zte.com.cn>
---
 net/hsr/hsr_debugfs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

patchwork-bot+netdevbpf@kernel.org March 19, 2021, 2:20 a.m. UTC | #1
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 <xiong.zhenwu@zte.com.cn>
> 
> 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
> 
> [...]

Here is the summary with links:
  - [net-next] /net/hsr: fix misspellings using codespell tool
    https://git.kernel.org/netdev/net-next/c/7f1330c1b19d

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
diff mbox series

Patch

diff --git a/net/hsr/hsr_debugfs.c b/net/hsr/hsr_debugfs.c
index 4cfd9e829c7b..99f3af1a9d4d 100644
--- a/net/hsr/hsr_debugfs.c
+++ b/net/hsr/hsr_debugfs.c
@@ -108,7 +108,7 @@  void hsr_debugfs_init(struct hsr_priv *priv, struct net_device *hsr_dev)
 /* hsr_debugfs_term - Tear down debugfs intrastructure
  *
  * Description:
- * When Debufs is configured this routine removes debugfs file system
+ * When Debugfs is configured this routine removes debugfs file system
  * elements that are specific to hsr
  */
 void