mtd: mtdram.h: checkpatch cleanup
authorAndrea Gelmini <andrea.gelmini@gelma.net>
Sat, 27 Feb 2010 16:51:37 +0000 (17:51 +0100)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 10 May 2010 13:11:30 +0000 (14:11 +0100)
include/linux/mtd/mtdram.h:6: ERROR: code indent should use tabs where possible

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
include/linux/mtd/mtdram.h

index 04fdc07..6889131 100644 (file)
@@ -3,6 +3,6 @@
 
 #include <linux/mtd/mtd.h>
 int mtdram_init_device(struct mtd_info *mtd, void *mapped_address,
-                       unsigned long size, char *name);
+                       unsigned long size, char *name);
 
 #endif /* __MTD_MTDRAM_H__ */