All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fs:ocfs2: Fix typo in MODULE_DESCRIPTION in stackglue.c
@ 2015-03-04  3:51 ` Masanari Iida
  0 siblings, 0 replies; 2+ messages in thread
From: Masanari Iida @ 2015-03-04  3:51 UTC (permalink / raw)
  To: linux-kernel, jlbec, mfasheh, ocfs2-devel; +Cc: Masanari Iida

This patch fix spelling typo in MODULE_DESCRIPTION within stackglue.c

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Ocfs2-devel] [PATCH] fs:ocfs2: Fix typo in MODULE_DESCRIPTION in stackglue.c
@ 2015-03-04  3:51 ` Masanari Iida
  0 siblings, 0 replies; 2+ messages in thread
From: Masanari Iida @ 2015-03-04  3:51 UTC (permalink / raw)
  To: linux-kernel, jlbec, mfasheh, ocfs2-devel; +Cc: Masanari Iida

This patch fix spelling typo in MODULE_DESCRIPTION within stackglue.c

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-03-04  3:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-04  3:51 [PATCH] fs:ocfs2: Fix typo in MODULE_DESCRIPTION in stackglue.c Masanari Iida
2015-03-04  3:51 ` [Ocfs2-devel] " Masanari Iida

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.