X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fpart.h;h=e1478f4ebf4d083b4cb676b6a34d45de038545a3;hb=0b7ff3f4595f751ca796456f536c50cae498351d;hp=182776791dce1ac757cdbefcbcf2d4cbc6dd6383;hpb=df3fc52608daa1e10332f59cd2f226ba400d1c98;p=oweals%2Fu-boot.git 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 */