diff options
author | Xiong Zhenwu <xiong.zhenwu@zte.com.cn> | 2021-03-18 04:39:41 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-18 19:13:41 -0700 |
commit | 7f1330c1b19d99aab0b0e9e09fae612871766964 (patch) | |
tree | 116ac515ec1f6811209a1c5720c3bd0df5c4f48c /net | |
parent | 21e0b8fc16087e5d3f280caaa3a02d360ff53dd3 (diff) | |
download | linux-7f1330c1b19d99aab0b0e9e09fae612871766964.tar.bz2 |
/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>
Diffstat (limited to 'net')
-rw-r--r-- | net/hsr/hsr_debugfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |