[PATCH 3/4] include/image-metadata.h: fix whitespaces in the BAREBOX_IMD_CRC macro
Antony Pavlov
antonynpavlov at gmail.com
Wed Oct 27 18:28:15 PDT 2021
Signed-off-by: Antony Pavlov <antonynpavlov at 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
More information about the barebox
mailing list