summaryrefslogtreecommitdiff
path: root/drivers/auth
diff options
context:
space:
mode:
authorJoel Hutton <Joel.Hutton@Arm.com>2019-04-09 09:25:55 +0100
committerJoel Hutton <Joel.Hutton@Arm.com>2019-04-09 09:29:58 +0100
commit7a246d64d549ef7ec7c73cdd5ad7d3918b591023 (patch)
tree224e8620595908e6a897f90f00f9f7eaf9060d4d /drivers/auth
parent999adb94931a51726815d85b9a57ba49a2c77bf6 (diff)
Checkpatch: Style fix
Change-Id: I0cb9f0db1ef3491f55c038a10db5a88d37e89697 Signed-off-by: Joel Hutton <Joel.Hutton@Arm.com>
Diffstat (limited to 'drivers/auth')
-rw-r--r--drivers/auth/auth_mod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/auth/auth_mod.c b/drivers/auth/auth_mod.c
index 1aca1ccc..01f8f290 100644
--- 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];