lkml.org 
[lkml]   [2021]   [Oct]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH][next] lib/stackdepot: Fix spelling mistake and grammar in pr_err message
Date
From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake of the work allocation so fix this and
re-phrase the message to make it easier to read.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
lib/stackdepot.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/stackdepot.c b/lib/stackdepot.c
index 8894a5171b25..8b6c41585203 100644
--- a/lib/stackdepot.c
+++ b/lib/stackdepot.c
@@ -186,7 +186,7 @@ __ref int stack_depot_init(void)
for (i = 0; i < STACK_HASH_SIZE; i++)
stack_table[i] = NULL;
} else {
- pr_err("Stack Depot failed hash table allocationg, disabling\n");
+ pr_err("Stack Depot hash table allocation failed, disabling\n");
stack_depot_disable = true;
mutex_unlock(&stack_depot_init_mutex);
return -ENOMEM;
--
2.32.0
\
 
 \ /
  Last update: 2021-10-15 12:42    [W:0.026 / U:0.064 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site