summaryrefslogtreecommitdiffstats
path: root/include/part.h
diff options
context:
space:
mode:
authorAnatolij Gustschin <agust@denx.de>2012-05-19 07:25:27 +0000
committerWolfgang Denk <wd@denx.de>2012-05-22 10:14:34 +0200
commit985889b1108954b2699fe2a484bec3847f36371b (patch)
tree03d28f2a4df2c242a7526c1a65ca260919c65904 /include/part.h
parent1d90c3b457a64aa339aa900199e519ff08440778 (diff)
downloadblackbird-obmc-uboot-985889b1108954b2699fe2a484bec3847f36371b.tar.gz
blackbird-obmc-uboot-985889b1108954b2699fe2a484bec3847f36371b.zip
include/part.h: fix indentation of lba
Indent at the same level as other struct members. Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'include/part.h')
-rw-r--r--include/part.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/part.h b/include/part.h
index 182776791d..e1478f4ebf 100644
--- a/include/part.h
+++ b/include/part.h
@@ -36,7 +36,7 @@ typedef struct block_dev_desc {
#ifdef CONFIG_LBA48
unsigned char lba48; /* device can use 48bit addr (ATA/ATAPI v7) */
#endif
- lbaint_t lba; /* number of blocks */
+ lbaint_t lba; /* number of blocks */
unsigned long blksz; /* block size */
char vendor [40+1]; /* IDE model, SCSI Vendor */
char product[20+1]; /* IDE Serial no, SCSI product */
OpenPOWER on IntegriCloud