mtd: mtdram.h: checkpatch cleanup

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Mon May 10 13:59:02 EDT 2010


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=0a382a74b677360096857bcb5288c340fca671ed
Commit:     0a382a74b677360096857bcb5288c340fca671ed
Parent:     1ca5d2f0196cfca678086fa6f88eec4f9d0307ee
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Feb 27 17:51:37 2010 +0100
Committer:  David Woodhouse <David.Woodhouse at intel.com>
CommitDate: Mon May 10 14:11:30 2010 +0100

    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 at gelma.net>
    Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy at nokia.com>
    Signed-off-by: David Woodhouse <David.Woodhouse at intel.com>
---
 include/linux/mtd/mtdram.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/linux/mtd/mtdram.h b/include/linux/mtd/mtdram.h
index 04fdc07..6889131 100644
--- a/include/linux/mtd/mtdram.h
+++ b/include/linux/mtd/mtdram.h
@@ -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__ */



More information about the linux-mtd-cvs mailing list