lkml.org 
[lkml]   [2022]   [Jan]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH][next] kernel: Fix spelling mistake "compresser" -> "compressor"
Date
There is a spelling mistake in a pr_err error message. Fix it.

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

diff --git a/kernel/module_decompress.c b/kernel/module_decompress.c
index aeefd95a3337..b01c69c2ff99 100644
--- a/kernel/module_decompress.c
+++ b/kernel/module_decompress.c
@@ -106,7 +106,7 @@ static ssize_t module_gzip_decompress(struct load_info *info,

rc = zlib_inflateInit2(&s, -MAX_WBITS);
if (rc != Z_OK) {
- pr_err("failed to initialize decompresser: %d\n", rc);
+ pr_err("failed to initialize decompressor: %d\n", rc);
retval = -EINVAL;
goto out;
}
--
2.33.1
\
 
 \ /
  Last update: 2022-01-13 10:24    [W:0.066 / U:0.152 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site