Skip to content

Commit

Permalink
mtd: mtdram.h: checkpatch cleanup
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andrea Gelmini authored and David Woodhouse committed May 10, 2010
1 parent 1ca5d2f commit 0a382a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/mtd/mtdram.h
Original file line number Diff line number Diff line change
Expand Up @@ -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__ */

0 comments on commit 0a382a7

Please sign in to comment.