diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-08-26 09:22:45 +0200 |
---|---|---|
committer | Michael Niewöhner <foss@mniewoehner.de> | 2020-09-21 16:26:17 +0000 |
commit | f91bcb310bae7478104304bd18c75cdd73a1e229 (patch) | |
tree | 634e3dc37b7abd793dc6ee203f37d64674768655 /src/security/vboot | |
parent | 4b7f3151a860b996bc5d42d3513c302d67f08f47 (diff) |
src/security: Drop unneeded empty lines
Change-Id: Icb6057ac73fcc038981ef95a648420ac00b3c106
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/44808
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'src/security/vboot')
-rw-r--r-- | src/security/vboot/misc.h | 1 | ||||
-rw-r--r-- | src/security/vboot/tpm_common.c | 1 | ||||
-rw-r--r-- | src/security/vboot/vboot_logic.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/security/vboot/misc.h b/src/security/vboot/misc.h index 470102111e..c39af08f1b 100644 --- a/src/security/vboot/misc.h +++ b/src/security/vboot/misc.h @@ -87,5 +87,4 @@ static inline int vboot_logic_executed(void) } } - #endif /* __VBOOT_MISC_H__ */ diff --git a/src/security/vboot/tpm_common.c b/src/security/vboot/tpm_common.c index ca7cedd168..783392c76d 100644 --- a/src/security/vboot/tpm_common.c +++ b/src/security/vboot/tpm_common.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ - #include <security/tpm/tspi.h> #include <vb2_api.h> #include <security/vboot/tpm_common.h> diff --git a/src/security/vboot/vboot_logic.c b/src/security/vboot/vboot_logic.c index c4c3b4bf37..0f18f9a20f 100644 --- a/src/security/vboot/vboot_logic.c +++ b/src/security/vboot/vboot_logic.c @@ -207,7 +207,6 @@ static vb2_error_t hash_body(struct vb2_context *ctx, return VB2_SUCCESS; } - static uint32_t extend_pcrs(struct vb2_context *ctx) { return vboot_extend_pcr(ctx, 0, BOOT_MODE_PCR) || |