]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
include/part.h: fix indentation of lba
authorAnatolij Gustschin <agust@denx.de>
Sat, 19 May 2012 07:25:27 +0000 (07:25 +0000)
committerWolfgang Denk <wd@denx.de>
Tue, 22 May 2012 08:14:34 +0000 (10:14 +0200)
Indent at the same level as other struct members.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
include/part.h

index 182776791dce1ac757cdbefcbcf2d4cbc6dd6383..e1478f4ebf4d083b4cb676b6a34d45de038545a3 100644 (file)
@@ -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 */