mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-27 09:02:06 +00:00
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>
This commit is contained in:
parent
2173bae81e
commit
f4a2da0cd5
1 changed files with 7 additions and 7 deletions
|
@ -37,14 +37,14 @@ struct INFTLrecord {
|
||||||
__u16 firstEUN;
|
__u16 firstEUN;
|
||||||
__u16 lastEUN;
|
__u16 lastEUN;
|
||||||
__u16 numfreeEUNs;
|
__u16 numfreeEUNs;
|
||||||
__u16 LastFreeEUN; /* To speed up finding a free EUN */
|
__u16 LastFreeEUN; /* To speed up finding a free EUN */
|
||||||
int head,sect,cyl;
|
int head,sect,cyl;
|
||||||
__u16 *PUtable; /* Physical Unit Table */
|
__u16 *PUtable; /* Physical Unit Table */
|
||||||
__u16 *VUtable; /* Virtual Unit Table */
|
__u16 *VUtable; /* Virtual Unit Table */
|
||||||
unsigned int nb_blocks; /* number of physical blocks */
|
unsigned int nb_blocks; /* number of physical blocks */
|
||||||
unsigned int nb_boot_blocks; /* number of blocks used by the bios */
|
unsigned int nb_boot_blocks; /* number of blocks used by the bios */
|
||||||
struct erase_info instr;
|
struct erase_info instr;
|
||||||
struct nand_ecclayout oobinfo;
|
struct nand_ecclayout oobinfo;
|
||||||
};
|
};
|
||||||
|
|
||||||
int INFTL_mount(struct INFTLrecord *s);
|
int INFTL_mount(struct INFTLrecord *s);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue