]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
/net/hsr: fix misspellings using codespell tool
authorXiong Zhenwu <xiong.zhenwu@zte.com.cn>
Thu, 18 Mar 2021 11:39:41 +0000 (04:39 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Mar 2021 02:13:41 +0000 (19:13 -0700)
commit7f1330c1b19d99aab0b0e9e09fae612871766964
tree116ac515ec1f6811209a1c5720c3bd0df5c4f48c
parent21e0b8fc16087e5d3f280caaa3a02d360ff53dd3
/net/hsr: fix misspellings using codespell tool

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>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/hsr/hsr_debugfs.c