From b6daf297b308961dc22d7ffdcc27d4398ffd6aca Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Sat, 16 Jul 2022 09:25:46 +0200 Subject: [PATCH] commonlib: compiler.h: Improve wording in comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It probably was supposed to be *making these names conistent …*, but short that a little, and add a missing article. Change-Id: If88ff6d7b0a61aa83d5822b5e1c0b5b4c9d3bb3c Fixes: ac136250b26d ("commonlib: Substitude macro "__unused" in compiler.h") Signed-off-by: Paul Menzel Reviewed-on: https://review.coreboot.org/c/coreboot/+/65884 Reviewed-by: Elyes Haouas Tested-by: build bot (Jenkins) --- src/commonlib/bsd/include/commonlib/bsd/compiler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commonlib/bsd/include/commonlib/bsd/compiler.h b/src/commonlib/bsd/include/commonlib/bsd/compiler.h index aada973749..2b06f87f75 100644 --- a/src/commonlib/bsd/include/commonlib/bsd/compiler.h +++ b/src/commonlib/bsd/include/commonlib/bsd/compiler.h @@ -16,7 +16,7 @@ #endif /* Because there may be variables/parameters whose name contains "__unused" in - header files of libc, namely musl, these names consistent with ones in the + header files of libc, namely musl, names consistent with the ones in the Linux kernel may be a better choice. */ /* This is used to mark identifiers unused in all conditions, e.g. a parameter