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