]> git.baikalelectronics.ru Git - 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)
commit7157c2a6313a59c1683a9f76892a29463b8e5172
tree116ac515ec1f6811209a1c5720c3bd0df5c4f48c
parent410605176d0a05f86af3fe3e2f3752605593314d
/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