linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [patch] jffs2: typo in comment
@ 2010-11-15 18:20 Dan Carpenter
  2010-11-26 16:26 ` Artem Bityutskiy
  0 siblings, 1 reply; 2+ messages in thread
From: Dan Carpenter @ 2010-11-15 18:20 UTC (permalink / raw)
  To: David Woodhouse; +Cc: kernel-janitors, linux-mtd

It says FB instead of FS (file system).

Signed-off-by: Dan Carpenter <error27@gmail.com>

diff --git a/fs/jffs2/jffs2_fs_sb.h b/fs/jffs2/jffs2_fs_sb.h
index f864005..0bc6a6c 100644
--- a/fs/jffs2/jffs2_fs_sb.h
+++ b/fs/jffs2/jffs2_fs_sb.h
@@ -144,4 +144,4 @@ struct jffs2_sb_info {
 	void *os_priv;
 };
 
-#endif /* _JFFS2_FB_SB */
+#endif /* _JFFS2_FS_SB */

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

end of thread, other threads:[~2010-11-26 16:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-15 18:20 [patch] jffs2: typo in comment Dan Carpenter
2010-11-26 16:26 ` Artem Bityutskiy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).