diff mbox series

[1/3] libstb/trustedboot: Use inclusive language, replace the word 'whitelist'

Message ID 20210202151434.982092-2-philmd@redhat.com
State Accepted
Headers show
Series misc: Use inclusive language, replace the word 'whitelist' | expand

Commit Message

Philippe Mathieu-Daudé Feb. 2, 2021, 3:14 p.m. UTC
Follow the inclusive terminology from the "Conscious Language in
your Open Source Projects" guidelines [*] and replace the word
"whitelist" appropriately.

[*] https://github.com/conscious-lang/conscious-lang-docs/blob/main/faq.md

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
 libstb/trustedboot.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Vasant Hegde Feb. 12, 2021, 5:27 a.m. UTC | #1
On 2/2/21 8:44 PM, Philippe Mathieu-Daudé wrote:
> Follow the inclusive terminology from the "Conscious Language in
> your Open Source Projects" guidelines [*] and replace the word
> "whitelist" appropriately.
> 
> [*] https://github.com/conscious-lang/conscious-lang-docs/blob/main/faq.md

Thanks! Merged this series as of  bb4530b1.


-Vasant

> 
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
>   libstb/trustedboot.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libstb/trustedboot.c b/libstb/trustedboot.c
> index 9b7d7ac4..1be2f07e 100644
> --- a/libstb/trustedboot.c
> +++ b/libstb/trustedboot.c
> @@ -27,7 +27,7 @@ static bool boot_services_exited = false;
>    * the boot security, and the event log to inspect what measurements were
>    * extended to the PCRs.
>    *
> - * The whitelist below should map every skiboot event (or resource) to a PCR
> + * The list below should map every skiboot event (or resource) to a PCR
>    * following the TCG PC Client Platform Firmware Profile specification,
>    * Family 2.0, Level 00, Revision 1.03 v51.
>    *
>
diff mbox series

Patch

diff --git a/libstb/trustedboot.c b/libstb/trustedboot.c
index 9b7d7ac4..1be2f07e 100644
--- a/libstb/trustedboot.c
+++ b/libstb/trustedboot.c
@@ -27,7 +27,7 @@  static bool boot_services_exited = false;
  * the boot security, and the event log to inspect what measurements were
  * extended to the PCRs.
  *
- * The whitelist below should map every skiboot event (or resource) to a PCR
+ * The list below should map every skiboot event (or resource) to a PCR
  * following the TCG PC Client Platform Firmware Profile specification,
  * Family 2.0, Level 00, Revision 1.03 v51.
  *