mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 05:31:32 +00:00
include/part.h: fix indentation of lba
Indent at the same level as other struct members. Signed-off-by: Anatolij Gustschin <agust@denx.de>
This commit is contained in:
parent
1d90c3b457
commit
985889b110
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ typedef struct block_dev_desc {
|
||||||
#ifdef CONFIG_LBA48
|
#ifdef CONFIG_LBA48
|
||||||
unsigned char lba48; /* device can use 48bit addr (ATA/ATAPI v7) */
|
unsigned char lba48; /* device can use 48bit addr (ATA/ATAPI v7) */
|
||||||
#endif
|
#endif
|
||||||
lbaint_t lba; /* number of blocks */
|
lbaint_t lba; /* number of blocks */
|
||||||
unsigned long blksz; /* block size */
|
unsigned long blksz; /* block size */
|
||||||
char vendor [40+1]; /* IDE model, SCSI Vendor */
|
char vendor [40+1]; /* IDE model, SCSI Vendor */
|
||||||
char product[20+1]; /* IDE Serial no, SCSI product */
|
char product[20+1]; /* IDE Serial no, SCSI product */
|
||||||
|
|
Loading…
Add table
Reference in a new issue