projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9a12cc
)
cmd: pxe_utils: add some missing tabs
author
Dan Carpenter
<dan.carpenter@linaro.org>
Thu, 27 Jul 2023 07:12:39 +0000
(10:12 +0300)
committer
Tom Rini
<trini@konsulko.com>
Tue, 8 Aug 2023 21:41:52 +0000
(17:41 -0400)
These lines are supposed to be indented one more tab. Otherwise it's
confusing to read.
Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
boot/pxe_utils.c
patch
|
blob
|
history
diff --git
a/boot/pxe_utils.c
b/boot/pxe_utils.c
index d13c47dd9429d5806583f4403d2fac12a7cd4a59..ac1414a5f26d20f1fa853eed170f2e4c3aae883b 100644
(file)
--- a/
boot/pxe_utils.c
+++ b/
boot/pxe_utils.c
@@
-702,8
+702,8
@@
static int label_boot(struct pxe_context *ctx, struct pxe_label *label)
}
}
- if (label->kaslrseed)
- label_boot_kaslrseed();
+
if (label->kaslrseed)
+
label_boot_kaslrseed();
#ifdef CONFIG_OF_LIBFDT_OVERLAY
if (label->fdtoverlays)