提交 985889b1 编写于 作者: A Anatolij Gustschin 提交者: Wolfgang Denk

include/part.h: fix indentation of lba

Indent at the same level as other struct members.
Signed-off-by: NAnatolij Gustschin <agust@denx.de>
上级 1d90c3b4
......@@ -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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册