diff options
author | Brian Norris <computersforpeace@gmail.com> | 2011-06-27 11:27:20 -0700 |
---|---|---|
committer | Artem Bityutskiy <dedekind1@gmail.com> | 2011-06-29 08:42:38 +0300 |
commit | 15f5f89995de6f10a5dc7b30ebf87d856c4e1127 (patch) | |
tree | 8eb845b328f07685164ce8b078cf74851e74fa2e /include | |
parent | 6977ec0308678514ea4450e25e9d443a787da12e (diff) |
mtd-utils: remove whitespace at end of lines
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Acked-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Artem Bityutskiy <dedekind1@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/jffs2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/jffs2.h b/include/linux/jffs2.h index c2f684a..7306f86 100644 --- a/include/linux/jffs2.h +++ b/include/linux/jffs2.h @@ -15,7 +15,7 @@ #ifndef __LINUX_JFFS2_H__ #define __LINUX_JFFS2_H__ -/* You must include something which defines the C99 uintXX_t types. +/* You must include something which defines the C99 uintXX_t types. We don't do it from here because this file is used in too many different environments. */ |