Blame SOURCES/0058-fs-ntfs3-Remove-tabs-before-spaces-from-comment.patch
|
Kmods SIG |
8b815c |
From cffb5152eea82de890dd418a90612aede96068d6 Mon Sep 17 00:00:00 2001
|
|
Kmods SIG |
8b815c |
From: Kari Argillander <kari.argillander@gmail.com>
|
|
Kmods SIG |
8b815c |
Date: Tue, 7 Sep 2021 11:34:41 +0300
|
|
Kmods SIG |
8b815c |
Subject: [Backport cffb5152eea8] src: Remove tabs before spaces from
|
|
Kmods SIG |
8b815c |
comment
|
|
Kmods SIG |
8b815c |
|
|
Kmods SIG |
8b815c |
Remove tabs before spaces from comment as recommended by kernel coding
|
|
Kmods SIG |
8b815c |
style. Checkpatch also warn about these.
|
|
Kmods SIG |
8b815c |
|
|
Kmods SIG |
8b815c |
Signed-off-by: Kari Argillander <kari.argillander@gmail.com>
|
|
Kmods SIG |
8b815c |
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
|
|
Kmods SIG |
8b815c |
---
|
|
Kmods SIG |
8b815c |
src/lznt.c | 2 +-
|
|
Kmods SIG |
8b815c |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
Kmods SIG |
8b815c |
|
|
Kmods SIG |
8b815c |
diff --git a/src/lznt.c b/src/lznt.c
|
|
Kmods SIG |
8b815c |
index 12ba42518efea5a6f3198499b75b3023d0032be5..28f654561f279a5d09ddd4a1352930b0fefb5416 100644
|
|
Kmods SIG |
8b815c |
--- a/src/lznt.c
|
|
Kmods SIG |
8b815c |
+++ b/src/lznt.c
|
|
Kmods SIG |
8b815c |
@@ -292,7 +292,7 @@ static inline ssize_t decompress_chunk(u8 *unc, u8 *unc_end, const u8 *cmpr,
|
|
Kmods SIG |
8b815c |
/*
|
|
Kmods SIG |
8b815c |
* get_lznt_ctx
|
|
Kmods SIG |
8b815c |
* @level: 0 - Standard compression.
|
|
Kmods SIG |
8b815c |
- * !0 - Best compression, requires a lot of cpu.
|
|
Kmods SIG |
8b815c |
+ * !0 - Best compression, requires a lot of cpu.
|
|
Kmods SIG |
8b815c |
*/
|
|
Kmods SIG |
8b815c |
struct lznt *get_lznt_ctx(int level)
|
|
Kmods SIG |
8b815c |
{
|
|
Kmods SIG |
8b815c |
--
|
|
Kmods SIG |
8b815c |
2.31.1
|
|
Kmods SIG |
8b815c |
|