projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
437a729
)
common: cmd_part: Proper alignment
author
Paul Kocialkowski
<contact@paulk.fr>
Mon, 15 Jun 2015 19:35:04 +0000
(21:35 +0200)
committer
Tom Rini
<trini@konsulko.com>
Fri, 19 Jun 2015 20:46:47 +0000
(16:46 -0400)
This fixes a misaligned declaration.
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
common/cmd_part.c
patch
|
blob
|
history
diff --git
a/common/cmd_part.c
b/common/cmd_part.c
index
8483c12
..
4bdbf90
100644
(file)
--- 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];