public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 1/2] common: cmd_part: Proper alignment
@ 2015-06-15 19:35 Paul Kocialkowski
  2015-06-15 19:35 ` [U-Boot] [PATCH v3 2/2] common: cmd_part: start and size sub-commands introduction Paul Kocialkowski
  2015-06-19 20:25 ` [U-Boot] [U-Boot,v3,1/2] common: cmd_part: Proper alignment Tom Rini
  0 siblings, 2 replies; 5+ messages in thread
From: Paul Kocialkowski @ 2015-06-15 19:35 UTC (permalink / raw)
  To: u-boot

This fixes a misaligned declaration.

Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
---
 common/cmd_part.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/cmd_part.c b/common/cmd_part.c
index 8483c12..4bdbf90 100644
--- a/common/cmd_part.c
+++ b/common/cmd_part.c
@@ -88,7 +88,7 @@ static int do_part_list(int argc, char * const argv[])
 	if (var != NULL) {
 		int p;
 		char str[512] = { '\0', };
-	  disk_partition_t info;
+		disk_partition_t info;
 
 		for (p = 1; p < 128; p++) {
 			char t[5];
-- 
1.9.1

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

end of thread, other threads:[~2015-06-19 20:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-15 19:35 [U-Boot] [PATCH v3 1/2] common: cmd_part: Proper alignment Paul Kocialkowski
2015-06-15 19:35 ` [U-Boot] [PATCH v3 2/2] common: cmd_part: start and size sub-commands introduction Paul Kocialkowski
2015-06-15 23:19   ` Stephen Warren
2015-06-19 20:25   ` [U-Boot] [U-Boot, v3, " Tom Rini
2015-06-19 20:25 ` [U-Boot] [U-Boot,v3,1/2] common: cmd_part: Proper alignment Tom Rini

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