diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-08-31 07:29:00 +0200 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2024-09-04 01:16:40 +0000 |
commit | 2f8b77b76bdbb6e93f1a9ca3c73f9bb38ec55b41 (patch) | |
tree | 862af999e15ccf9df92701e3d007e2e902132ba7 /src/security/vboot/misc.h | |
parent | 37c85f0cf54c992d283b5f306ce43b9522c515f2 (diff) |
tree: Drop unnecessary "true/false" comments
Change-Id: I5cd04972936c14d92295915fad65c7a45a8108d9
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84152
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jakub Czapiga <czapiga@google.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/security/vboot/misc.h')
-rw-r--r-- | src/security/vboot/misc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/security/vboot/misc.h b/src/security/vboot/misc.h index a7069f38fe..1b66186278 100644 --- a/src/security/vboot/misc.h +++ b/src/security/vboot/misc.h @@ -22,9 +22,6 @@ static inline int vboot_is_firmware_slot_a(struct vb2_context *ctx) /* * Check if given flag is set in the flags field in GBB header. - * Return value: - * true: Flag is set. - * false: Flag is not set. */ static inline bool vboot_is_gbb_flag_set(enum vb2_gbb_flag flag) { |