diff mbox

mtd/inftl.h: Fix spacing errors

Message ID 1282147858-5105-1-git-send-email-norris@broadcom.com
State Accepted
Commit f4a2da0cd522a3b805ff2386c14912945bf990c7
Headers show

Commit Message

Brian Norris Aug. 18, 2010, 4:10 p.m. UTC
Replaced some spaces with tabs to fit CodingStyle guidelines

Signed-off-by: Brian Norris <norris@broadcom.com>
---
 include/linux/mtd/inftl.h |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

Comments

Artem Bityutskiy Aug. 30, 2010, 8:46 a.m. UTC | #1
On Wed, 2010-08-18 at 09:10 -0700, Brian Norris wrote:
> Replaced some spaces with tabs to fit CodingStyle guidelines
> 
> Signed-off-by: Brian Norris <norris@broadcom.com>
> ---
>  include/linux/mtd/inftl.h |   14 +++++++-------
>  1 files changed, 7 insertions(+), 7 deletions(-)

Pushed to l2-mtd-2.6.git / master, thanks!
diff mbox

Patch

diff --git a/include/linux/mtd/inftl.h b/include/linux/mtd/inftl.h
index 64ee53c..02cd5f9 100644
--- a/include/linux/mtd/inftl.h
+++ b/include/linux/mtd/inftl.h
@@ -37,14 +37,14 @@  struct INFTLrecord {
 	__u16 firstEUN;
 	__u16 lastEUN;
 	__u16 numfreeEUNs;
-	__u16 LastFreeEUN; 		/* To speed up finding a free EUN */
+	__u16 LastFreeEUN;		/* To speed up finding a free EUN */
 	int head,sect,cyl;
-	__u16 *PUtable;	 		/* Physical Unit Table  */
-	__u16 *VUtable; 		/* Virtual Unit Table */
-        unsigned int nb_blocks;		/* number of physical blocks */
-        unsigned int nb_boot_blocks;	/* number of blocks used by the bios */
-        struct erase_info instr;
-        struct nand_ecclayout oobinfo;
+	__u16 *PUtable;			/* Physical Unit Table */
+	__u16 *VUtable;			/* Virtual Unit Table */
+	unsigned int nb_blocks;		/* number of physical blocks */
+	unsigned int nb_boot_blocks;	/* number of blocks used by the bios */
+	struct erase_info instr;
+	struct nand_ecclayout oobinfo;
 };
 
 int INFTL_mount(struct INFTLrecord *s);