Skip to content

Commit

Permalink
/net/hsr: fix misspellings using codespell tool
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Xiong Zhenwu authored and davem330 committed Mar 19, 2021
1 parent 21e0b8f commit 7f1330c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/hsr/hsr_debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7f1330c

Please sign in to comment.