Skip to content

Commit

Permalink
ocfs2: fix a typo
Browse files Browse the repository at this point in the history
s/cluter/cluster/

Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Bhaskar Chowdhury <[email protected]>
Acked-by: Joseph Qi <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
unixbhaskar authored and torvalds committed Apr 30, 2021
1 parent f9630ec commit f13604a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/ocfs2/stackglue.c
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ static void __exit ocfs2_stack_glue_exit(void)
}

MODULE_AUTHOR("Oracle");
MODULE_DESCRIPTION("ocfs2 cluter stack glue layer");
MODULE_DESCRIPTION("ocfs2 cluster stack glue layer");
MODULE_LICENSE("GPL");
module_init(ocfs2_stack_glue_init);
module_exit(ocfs2_stack_glue_exit);

0 comments on commit f13604a

Please sign in to comment.