diff options
| author | Brian Norris <norris@broadcom.com> | 2010-08-18 12:10:58 -0400 |
|---|---|---|
| committer | David Woodhouse <David.Woodhouse@intel.com> | 2010-10-24 18:27:24 -0400 |
| commit | f4a2da0cd522a3b805ff2386c14912945bf990c7 (patch) | |
| tree | 8bdcf5ae2d58a3d128530248c4f9ead16ca4545a /include/linux | |
| parent | 2173bae81e17b710328bc877e7b9ade7f4b90064 (diff) | |
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 'include/linux')
| -rw-r--r-- | include/linux/mtd/inftl.h | 14 |
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 { | |||
| 37 | __u16 firstEUN; | 37 | __u16 firstEUN; |
| 38 | __u16 lastEUN; | 38 | __u16 lastEUN; |
| 39 | __u16 numfreeEUNs; | 39 | __u16 numfreeEUNs; |
| 40 | __u16 LastFreeEUN; /* To speed up finding a free EUN */ | 40 | __u16 LastFreeEUN; /* To speed up finding a free EUN */ |
| 41 | int head,sect,cyl; | 41 | int head,sect,cyl; |
| 42 | __u16 *PUtable; /* Physical Unit Table */ | 42 | __u16 *PUtable; /* Physical Unit Table */ |
| 43 | __u16 *VUtable; /* Virtual Unit Table */ | 43 | __u16 *VUtable; /* Virtual Unit Table */ |
| 44 | unsigned int nb_blocks; /* number of physical blocks */ | 44 | unsigned int nb_blocks; /* number of physical blocks */ |
| 45 | unsigned int nb_boot_blocks; /* number of blocks used by the bios */ | 45 | unsigned int nb_boot_blocks; /* number of blocks used by the bios */ |
| 46 | struct erase_info instr; | 46 | struct erase_info instr; |
| 47 | struct nand_ecclayout oobinfo; | 47 | struct nand_ecclayout oobinfo; |
| 48 | }; | 48 | }; |
| 49 | 49 | ||
| 50 | int INFTL_mount(struct INFTLrecord *s); | 50 | int INFTL_mount(struct INFTLrecord *s); |
