rimage: Align block comments on each line

Signed-off-by: Diana Ungureanu <diana-gabriela.ungureanu@nxp.com>
This commit is contained in:
Diana Ungureanu 2019-03-06 15:09:02 +02:00 committed by Liam Girdwood
parent d32f1f7794
commit bdf5346cc6
2 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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,