From 2f8b77b76bdbb6e93f1a9ca3c73f9bb38ec55b41 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Sat, 31 Aug 2024 07:29:00 +0200 Subject: tree: Drop unnecessary "true/false" comments Change-Id: I5cd04972936c14d92295915fad65c7a45a8108d9 Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/84152 Tested-by: build bot (Jenkins) Reviewed-by: Jakub Czapiga Reviewed-by: Angel Pons --- src/security/vboot/misc.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/security/vboot') 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) { -- cgit v1.2.3