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

mtd: inftl.h: fix spacing errors

Replaced some spaces with tabs to fit CodingStyle guidelines

Signed-off-by: Brian Norris <norris@broadcom.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>

authored by

Brian Norris and committed by
David Woodhouse
f4a2da0c 2173bae8

+7 -7
+7 -7
include/linux/mtd/inftl.h
··· 37 37 __u16 firstEUN; 38 38 __u16 lastEUN; 39 39 __u16 numfreeEUNs; 40 - __u16 LastFreeEUN; /* To speed up finding a free EUN */ 40 + __u16 LastFreeEUN; /* To speed up finding a free EUN */ 41 41 int head,sect,cyl; 42 - __u16 *PUtable; /* Physical Unit Table */ 43 - __u16 *VUtable; /* Virtual Unit Table */ 44 - unsigned int nb_blocks; /* number of physical blocks */ 45 - unsigned int nb_boot_blocks; /* number of blocks used by the bios */ 46 - struct erase_info instr; 47 - struct nand_ecclayout oobinfo; 42 + __u16 *PUtable; /* Physical Unit Table */ 43 + __u16 *VUtable; /* Virtual Unit Table */ 44 + unsigned int nb_blocks; /* number of physical blocks */ 45 + unsigned int nb_boot_blocks; /* number of blocks used by the bios */ 46 + struct erase_info instr; 47 + struct nand_ecclayout oobinfo; 48 48 }; 49 49 50 50 int INFTL_mount(struct INFTLrecord *s);