mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
/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>
This commit is contained in:
parent
21e0b8fc16
commit
7f1330c1b1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user