summaryrefslogtreecommitdiffstats
path: root/include/linux/jffs2_fs_i.h
diff options
context:
space:
mode:
authorThomas Gleixner2005-11-07 12:16:07 +0100
committerThomas Gleixner2005-11-07 14:18:56 +0100
commit182ec4eee397543101a6db8906ed88727d3f7e53 (patch)
tree0f6dd2c52697123702bdf0c3a7143537f947b060 /include/linux/jffs2_fs_i.h
parent[MTD] core: Clean up trailing white spaces (diff)
downloadkernel-qcow2-linux-182ec4eee397543101a6db8906ed88727d3f7e53.tar.gz
kernel-qcow2-linux-182ec4eee397543101a6db8906ed88727d3f7e53.tar.xz
kernel-qcow2-linux-182ec4eee397543101a6db8906ed88727d3f7e53.zip
[JFFS2] Clean up trailing white spaces
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/linux/jffs2_fs_i.h')
-rw-r--r--include/linux/jffs2_fs_i.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/jffs2_fs_i.h b/include/linux/jffs2_fs_i.h
index a5db884ec607..ef85ab56302b 100644
--- a/include/linux/jffs2_fs_i.h
+++ b/include/linux/jffs2_fs_i.h
@@ -1,4 +1,4 @@
-/* $Id: jffs2_fs_i.h,v 1.18 2005/07/17 11:13:48 dedekind Exp $ */
+/* $Id: jffs2_fs_i.h,v 1.19 2005/11/07 11:14:52 gleixner Exp $ */
#ifndef _JFFS2_FS_I
#define _JFFS2_FS_I
@@ -25,7 +25,7 @@ struct jffs2_inode_info {
/* There may be one datanode which isn't referenced by any of the
above fragments, if it contains a metadata update but no actual
data - or if this is a directory inode */
- /* This also holds the _only_ dnode for symlinks/device nodes,
+ /* This also holds the _only_ dnode for symlinks/device nodes,
etc. */
struct jffs2_full_dnode *metadata;