mirror of
https://github.com/CTCaer/switch-l4t-atf.git
synced 2024-11-24 18:29:52 +00:00
Checkpatch: Style fix
Change-Id: I0cb9f0db1ef3491f55c038a10db5a88d37e89697 Signed-off-by: Joel Hutton <Joel.Hutton@Arm.com>
This commit is contained in:
parent
999adb9493
commit
7a246d64d5
@ -364,7 +364,7 @@ int auth_mod_verify_img(unsigned int img_id,
|
||||
|
||||
/* Authenticate the image using the methods indicated in the image
|
||||
* descriptor. */
|
||||
if(img_desc->img_auth_methods == NULL)
|
||||
if (img_desc->img_auth_methods == NULL)
|
||||
return 1;
|
||||
for (i = 0 ; i < AUTH_METHOD_NUM ; i++) {
|
||||
auth_method = &img_desc->img_auth_methods[i];
|
||||
|
Loading…
Reference in New Issue
Block a user