diff mbox

[U-Boot] include/part.h: fix indentation of lba

Message ID 1337448327-7958-1-git-send-email-agust@denx.de
State Accepted
Commit 985889b1108954b2699fe2a484bec3847f36371b
Headers show

Commit Message

Anatolij Gustschin May 19, 2012, 5:25 p.m. UTC
Indent at the same level as other struct members.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
---
 include/part.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Wolfgang Denk May 22, 2012, 8:14 a.m. UTC | #1
Dear Anatolij Gustschin,

In message <1337448327-7958-1-git-send-email-agust@denx.de> you wrote:
> Indent at the same level as other struct members.
> 
> Signed-off-by: Anatolij Gustschin <agust@denx.de>
> ---
>  include/part.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk
diff mbox

Patch

diff --git a/include/part.h b/include/part.h
index 1827767..e1478f4 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 */