U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Dan Carpenter <dan.carpenter@linaro.org>
To: Simon Glass <sjg@chromium.org>
Cc: Neil Armstrong <neil.armstrong@linaro.org>,
	Patrick Delaunay <patrick.delaunay@foss.st.com>,
	Marek Vasut <marex@denx.de>, Ramon Fried <rfried.dev@gmail.com>,
	Edoardo Tomelleri <e.tomell@gmail.com>,
	Manuel Traut <manuel.traut@mt.com>,
	u-boot@lists.denx.de
Subject: [PATCH] cmd: pxe_utils: add some missing tabs
Date: Thu, 27 Jul 2023 10:12:39 +0300	[thread overview]
Message-ID: <0e0ea9e6-e906-499e-b56e-e32fb38e92bf@moroto.mountain> (raw)

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


             reply	other threads:[~2023-07-27 14:30 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-27  7:12 Dan Carpenter [this message]
2023-07-27  7:15 ` AW: [PATCH] cmd: pxe_utils: add some missing tabs Traut Manuel LCPF-CH
2023-07-28  9:22 ` Patrick DELAUNAY
2023-08-09  1:40 ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0e0ea9e6-e906-499e-b56e-e32fb38e92bf@moroto.mountain \
    --to=dan.carpenter@linaro.org \
    --cc=e.tomell@gmail.com \
    --cc=manuel.traut@mt.com \
    --cc=marex@denx.de \
    --cc=neil.armstrong@linaro.org \
    --cc=patrick.delaunay@foss.st.com \
    --cc=rfried.dev@gmail.com \
    --cc=sjg@chromium.org \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox