mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Enguerrand de Ribaucourt <enguerrand.de-ribaucourt@savoirfairelinux.com>
To: barebox@lists.infradead.org
Cc: Enguerrand de Ribaucourt <enguerrand.de-ribaucourt@savoirfairelinux.com>
Subject: [PATCH] commands: hashsum: Fix endif typos
Date: Fri,  7 Jan 2022 10:27:29 +0100	[thread overview]
Message-ID: <20220107092729.17929-1-enguerrand.de-ribaucourt@savoirfairelinux.com> (raw)

Fix the comments in endif to correspond to the symbol of their
ifdef.

Signed-off-by: Enguerrand de Ribaucourt <enguerrand.de-ribaucourt@savoirfairelinux.com>
---
 commands/hashsum.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/commands/hashsum.c b/commands/hashsum.c
index bfacee0b9..308faa172 100644
--- a/commands/hashsum.c
+++ b/commands/hashsum.c
@@ -74,7 +74,7 @@ BAREBOX_CMD_START(md5sum)
 	BAREBOX_CMD_HELP(cmd_md5sum_help)
 BAREBOX_CMD_END
 
-#endif /* CMD_CMD_MD5SUM */
+#endif /* CONFIG_CMD_MD5SUM */
 
 #ifdef CONFIG_CMD_SHA1SUM
 
@@ -95,7 +95,7 @@ BAREBOX_CMD_START(sha1sum)
 	BAREBOX_CMD_HELP(cmd_sha1sum_help)
 BAREBOX_CMD_END
 
-#endif /* CMD_CMD_SHA1SUM */
+#endif /* CONFIG_CMD_SHA1SUM */
 
 #ifdef CONFIG_CMD_SHA224SUM
 
@@ -116,7 +116,7 @@ BAREBOX_CMD_START(sha224sum)
 	BAREBOX_CMD_HELP(cmd_sha224sum_help)
 BAREBOX_CMD_END
 
-#endif /* CMD_CMD_SHA224SUM */
+#endif /* CONFIG_CMD_SHA224SUM */
 
 #ifdef CONFIG_CMD_SHA256SUM
 
@@ -137,7 +137,7 @@ BAREBOX_CMD_START(sha256sum)
 	BAREBOX_CMD_HELP(cmd_sha256sum_help)
 BAREBOX_CMD_END
 
-#endif /* CMD_CMD_SHA256SUM */
+#endif /* CONFIG_CMD_SHA256SUM */
 
 #ifdef CONFIG_CMD_SHA384SUM
 
@@ -158,7 +158,7 @@ BAREBOX_CMD_START(sha384sum)
 	BAREBOX_CMD_HELP(cmd_sha384sum_help)
 BAREBOX_CMD_END
 
-#endif /* CMD_CMD_SHA384SUM */
+#endif /* CONFIG_CMD_SHA384SUM */
 
 #ifdef CONFIG_CMD_SHA512SUM
 
@@ -179,4 +179,4 @@ BAREBOX_CMD_START(sha512sum)
 	BAREBOX_CMD_HELP(cmd_sha512sum_help)
 BAREBOX_CMD_END
 
-#endif /* CMD_CMD_SHA512SUM */
+#endif /* CONFIG_CMD_SHA512SUM */
-- 
2.25.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox


             reply	other threads:[~2022-01-07  9:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-07  9:27 Enguerrand de Ribaucourt [this message]
2022-01-10  8:20 ` Sascha Hauer

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=20220107092729.17929-1-enguerrand.de-ribaucourt@savoirfairelinux.com \
    --to=enguerrand.de-ribaucourt@savoirfairelinux.com \
    --cc=barebox@lists.infradead.org \
    /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