diff --git a/rimage/manifest.c b/rimage/manifest.c index fb58a5f5d..1841b5259 100644 --- a/rimage/manifest.c +++ b/rimage/manifest.c @@ -182,8 +182,8 @@ static int man_copy_sram(struct image *image, Elf32_Shdr *section, } /* file_offset for segment should not be 0s, we set it to - * the smallest offset of its modules ATM. - */ + * the smallest offset of its modules ATM. + */ if (man_module->segment[seg_type].file_offset > offset || man_module->segment[seg_type].file_offset == 0) man_module->segment[seg_type].file_offset = offset; diff --git a/rimage/pkcs1_5.c b/rimage/pkcs1_5.c index 23ac4b517..957a16058 100644 --- a/rimage/pkcs1_5.c +++ b/rimage/pkcs1_5.c @@ -65,7 +65,7 @@ static void bytes_swap(uint8_t *ptr, uint32_t size) * #1-v1_5 of the entire manifest structure, including all * extensions, and excluding the last 3 fields of the * manifest header (Public Key, Exponent and Signature). -*/ + */ int pkcs_v1_5_sign_man_v1_5(struct image *image, struct fw_image_manifest_v1_5 *man,