projects
/
project
/
bcm63xx
/
atf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
999adb9
)
Checkpatch: Style fix
author
Joel Hutton
<
[email protected]
>
Tue, 9 Apr 2019 08:25:55 +0000
(09:25 +0100)
committer
Joel Hutton
<
[email protected]
>
Tue, 9 Apr 2019 08:29:58 +0000
(09:29 +0100)
Change-Id: I0cb9f0db1ef3491f55c038a10db5a88d37e89697
Signed-off-by: Joel Hutton <
[email protected]
>
drivers/auth/auth_mod.c
patch
|
blob
|
history
diff --git
a/drivers/auth/auth_mod.c
b/drivers/auth/auth_mod.c
index 1aca1ccc850eeef38cc787878556258169899127..01f8f2905682ac5f0d3aa51280c6d4d657e98eab 100644
(file)
--- a/
drivers/auth/auth_mod.c
+++ b/
drivers/auth/auth_mod.c
@@
-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];