[PATCH] fs:ocfs2: Fix typo in MODULE_DESCRIPTION in stackglue.c

From: Masanari Iida
Date: Tue Mar 03 2015 - 22:51:48 EST


This patch fix spelling typo in MODULE_DESCRIPTION within stackglue.c

Signed-off-by: Masanari Iida <standby24x7@xxxxxxxxx>
---
fs/ocfs2/stackglue.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/ocfs2/stackglue.c b/fs/ocfs2/stackglue.c
index 5d965e8..8e59bb3 100644
--- a/fs/ocfs2/stackglue.c
+++ b/fs/ocfs2/stackglue.c
@@ -742,7 +742,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);
--
2.3.1.167.g7f4ba4b

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/