Commit 7f1330c1 authored by Xiong Zhenwu's avatar Xiong Zhenwu Committed by David S. Miller
Browse files

/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: default avatarXiong Zhenwu <xiong.zhenwu@zte.com.cn>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 21e0b8fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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