Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mtd: mtdram.h: checkpatch cleanup

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>

authored by

Andrea Gelmini and committed by
David Woodhouse
0a382a74 1ca5d2f0

+1 -1
+1 -1
include/linux/mtd/mtdram.h
··· 3 3 4 4 #include <linux/mtd/mtd.h> 5 5 int mtdram_init_device(struct mtd_info *mtd, void *mapped_address, 6 - unsigned long size, char *name); 6 + unsigned long size, char *name); 7 7 8 8 #endif /* __MTD_MTDRAM_H__ */