Skip to content

Commit 273c14b

Browse files
maulik-armdavidvincze
authored andcommitted
bootutil: Fix comment formatting
This commit fixes the formatting of comments in the `image_validate.c` file to ensure they are properly aligned. Signed-off-by: Maulik Patel <maulik.patel@arm.com> Change-Id: Id8c83cec1d74c035a92104d171aef0b7ca65a88d
1 parent 9f20910 commit 273c14b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boot/bootutil/src/image_validate.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,8 @@ bootutil_find_key(uint8_t image_index, uint8_t *key, uint16_t key_len)
332332
}
333333

334334
/* Adding hardening to avoid this potential attack:
335-
* - Image is signed with an arbitrary key and the corresponding public
336-
* key is added as a TLV field.
335+
* - Image is signed with an arbitrary key and the corresponding public
336+
* key is added as a TLV field.
337337
* - During public key validation (comparing against key-hash read from
338338
* HW) a fault is injected to accept the public key as valid one.
339339
*/

0 commit comments

Comments
 (0)