* [PATCH][next] tools/arch/x86: intel_sdsi: Fix a couple of spelling mistakes
@ 2022-11-23 9:21 Colin Ian King
0 siblings, 0 replies; only message in thread
From: Colin Ian King @ 2022-11-23 9:21 UTC (permalink / raw)
To: David E . Box; +Cc: kernel-janitors, linux-kernel
There are two spelling mistakes in some literal strings. Fix these.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
tools/arch/x86/intel_sdsi/intel_sdsi.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/arch/x86/intel_sdsi/intel_sdsi.c b/tools/arch/x86/intel_sdsi/intel_sdsi.c
index 2cd92761f171..e2607992673c 100644
--- a/tools/arch/x86/intel_sdsi/intel_sdsi.c
+++ b/tools/arch/x86/intel_sdsi/intel_sdsi.c
@@ -280,7 +280,7 @@ static int sdsi_read_reg(struct sdsi_dev *s)
printf("Provisioning Availability\n");
printf(" Updates Available: %d\n", s->regs.prov_avail.available);
printf(" Updates Threshold: %d\n", s->regs.prov_avail.threshold);
- printf("NVRAM Udate Limit\n");
+ printf("NVRAM Update Limit\n");
printf(" 50%% Limit Reached: %s\n", !!s->regs.limits.sdsi_50_pct ? "Yes" : "No");
printf(" 75%% Limit Reached: %s\n", !!s->regs.limits.sdsi_75_pct ? "Yes" : "No");
printf(" 90%% Limit Reached: %s\n", !!s->regs.limits.sdsi_90_pct ? "Yes" : "No");
@@ -308,7 +308,7 @@ static char *content_type(uint32_t type)
{
switch (type) {
case CONTENT_TYPE_LK_ENC:
- return "Licencse key encoding";
+ return "License key encoding";
case CONTENT_TYPE_LK_BLOB_ENC:
return "License key + Blob encoding";
default:
--
2.38.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-11-23 9:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-23 9:21 [PATCH][next] tools/arch/x86: intel_sdsi: Fix a couple of spelling mistakes Colin Ian King
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox