aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mtd/inftl.h
diff options
context:
space:
mode:
authorBrian Norris <norris@broadcom.com>2010-08-18 09:10:58 -0700
committerDavid Woodhouse <David.Woodhouse@intel.com>2010-10-24 23:27:24 +0100
commitf4a2da0cd522a3b805ff2386c14912945bf990c7 (patch)
tree8bdcf5ae2d58a3d128530248c4f9ead16ca4545a /include/linux/mtd/inftl.h
parentmtd: nand: spansion S30MLxxxP support (diff)
downloadlinux-dev-f4a2da0cd522a3b805ff2386c14912945bf990c7.tar.xz
linux-dev-f4a2da0cd522a3b805ff2386c14912945bf990c7.zip
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>
Diffstat (limited to '')
-rw-r--r--include/linux/mtd/inftl.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/include/linux/mtd/inftl.h b/include/linux/mtd/inftl.h
index 64ee53ce95a9..02cd5f9b79b8 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);