public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] include/part.h: fix indentation of lba
@ 2012-05-19 17:25 Anatolij Gustschin
  2012-05-22  8:14 ` Wolfgang Denk
  0 siblings, 1 reply; 2+ messages in thread
From: Anatolij Gustschin @ 2012-05-19 17:25 UTC (permalink / raw)
  To: u-boot

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(-)

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 */
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] include/part.h: fix indentation of lba
  2012-05-19 17:25 [U-Boot] [PATCH] include/part.h: fix indentation of lba Anatolij Gustschin
@ 2012-05-22  8:14 ` Wolfgang Denk
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2012-05-22  8:14 UTC (permalink / raw)
  To: u-boot

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

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Every solution breeds new problems.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-05-22  8:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-19 17:25 [U-Boot] [PATCH] include/part.h: fix indentation of lba Anatolij Gustschin
2012-05-22  8:14 ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox