From: Antony Pavlov <antonynpavlov@gmail.com> To: barebox@lists.infradead.org Subject: [PATCH 3/4] include/image-metadata.h: fix whitespaces in the BAREBOX_IMD_CRC macro Date: Thu, 28 Oct 2021 04:28:15 +0300 [thread overview] Message-ID: <20211028012816.929611-4-antonynpavlov@gmail.com> (raw) In-Reply-To: <20211028012816.929611-1-antonynpavlov@gmail.com> Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> --- include/image-metadata.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/image-metadata.h b/include/image-metadata.h index 439a0cba81..bf4e08d98a 100644 --- a/include/image-metadata.h +++ b/include/image-metadata.h @@ -139,12 +139,12 @@ int imd_verify_crc32(void *buf, size_t size); } #define BAREBOX_IMD_CRC(_name, _crc, _keep_if_unused) \ - const struct imd_entry_crc32 __barebox_imd_##__name \ - __BAREBOX_IMD_SECTION(.barebox_imd_ ## _keep_if_unused ## _ ## _name) = { \ + const struct imd_entry_crc32 __barebox_imd_##__name \ + __BAREBOX_IMD_SECTION(.barebox_imd_ ## _keep_if_unused ## _ ## _name) = { \ .header.type = cpu_to_le32(IMD_TYPE_CRC32), \ .header.datalength = cpu_to_le32(sizeof(uint32_t) * 2), \ .data = _crc, \ - } + } #ifdef CONFIG_IMD void imd_used(const void *); -- 2.33.0 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2021-10-28 1:32 UTC|newest] Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-10-28 1:28 [PATCH 0/4] imd fixes Antony Pavlov 2021-10-28 1:28 ` [PATCH 1/4] imd: fix imd_is_crc32() Antony Pavlov 2021-10-28 1:28 ` [PATCH 2/4] imd: reuse imd_is_crc32() Antony Pavlov 2021-10-28 1:28 ` Antony Pavlov [this message] 2021-10-28 1:28 ` [PATCH 4/4] bareboximd: make the '-c' option work again Antony Pavlov 2021-10-28 6:45 ` Ahmad Fatoum 2021-10-28 7:00 ` Antony Pavlov 2021-11-01 9:05 ` [PATCH 0/4] imd fixes 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=20211028012816.929611-4-antonynpavlov@gmail.com \ --to=antonynpavlov@gmail.com \ --cc=barebox@lists.infradead.org \ --subject='Re: [PATCH 3/4] include/image-metadata.h: fix whitespaces in the BAREBOX_IMD_CRC macro' \ /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
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox