| Submitter | Dan Carpenter |
|---|---|
| Date | Nov. 15, 2010, 6:20 p.m. |
| Message ID | <20101115182005.GA3941@bicker> |
| Download | mbox | patch |
| Permalink | /patch/71264/ |
| State | New |
| Headers | show |
Comments
On Mon, 2010-11-15 at 21:20 +0300, Dan Carpenter wrote: > It says FB instead of FS (file system). > > Signed-off-by: Dan Carpenter <error27@gmail.com> Pushed to l2-mtd-2.6.git, thanks!
Patch
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 */
It says FB instead of FS (file system). Signed-off-by: Dan Carpenter <error27@gmail.com>