[PATCH] cmd: pxe_utils: add some missing tabs

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 --- boot/pxe_utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/boot/pxe_utils.c b/boot/pxe_utils.c index d13c47dd9429..ac1414a5f26d 100644 --- 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)

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: Manuel Traut manuel.traut@mt.com
boot/pxe_utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/boot/pxe_utils.c b/boot/pxe_utils.c index d13c47dd9429..ac1414a5f26d 100644 --- 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) -- 2.39.2

Hi,
On 7/27/23 09:12, Dan Carpenter wrote:
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
boot/pxe_utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/boot/pxe_utils.c b/boot/pxe_utils.c index d13c47dd9429..ac1414a5f26d 100644 --- 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)
Reviewed-by: Patrick Delaunay patrick.delaunay@foss.st.com
Thanks Patrick

On Thu, Jul 27, 2023 at 10:12:39AM +0300, Dan Carpenter wrote:
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
Applied to u-boot/next, thanks!
participants (4)
-
Dan Carpenter
-
Patrick DELAUNAY
-
Tom Rini
-
Traut Manuel LCPF-CH