[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1614567775-4478-1-git-send-email-wangqing@vivo.com>
Date: Mon, 1 Mar 2021 11:02:54 +0800
From: Wang Qing <wangqing@...o.com>
To: Wang Qing <wangqing@...o.com>,
Andrew Morton <akpm@...ux-foundation.org>,
"Alexander A. Klimov" <grandmaster@...klimov.de>,
Coly Li <colyli@...e.de>, linux-kernel@...r.kernel.org
Subject: [PATCH] lib: fix inconsistent indenting in process_bit1()
Smatch gives the warning:
lib/decompress_unlzma.c:395 process_bit1() warn: inconsistent indenting
Signed-off-by: Wang Qing <wangqing@...o.com>
---
lib/decompress_unlzma.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/decompress_unlzma.c b/lib/decompress_unlzma.c
index 1cf409e..20a8580
--- a/lib/decompress_unlzma.c
+++ b/lib/decompress_unlzma.c
@@ -391,7 +391,7 @@ static inline int INIT process_bit0(struct writer *wr, struct rc *rc,
static inline int INIT process_bit1(struct writer *wr, struct rc *rc,
struct cstate *cst, uint16_t *p,
int pos_state, uint16_t *prob) {
- int offset;
+ int offset;
uint16_t *prob_len;
int num_bits;
int len;
--
2.7.4
Powered by blists - more mailing lists