The patch titled Subject: lib: fix inconsistent indenting in process_bit1() has been added to the -mm tree. Its filename is lib-fix-inconsistent-indenting-in-process_bit1.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/lib-fix-inconsistent-indenting-in-process_bit1.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/lib-fix-inconsistent-indenting-in-process_bit1.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Wang Qing <wangqing@xxxxxxxx> Subject: lib: fix inconsistent indenting in process_bit1() Smatch gives the warning: lib/decompress_unlzma.c:395 process_bit1() warn: inconsistent indenting Link: https://lkml.kernel.org/r/1614567775-4478-1-git-send-email-wangqing@xxxxxxxx Signed-off-by: Wang Qing <wangqing@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/decompress_unlzma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/lib/decompress_unlzma.c~lib-fix-inconsistent-indenting-in-process_bit1 +++ a/lib/decompress_unlzma.c @@ -391,7 +391,7 @@ static inline int INIT process_bit0(stru 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; _ Patches currently in -mm which might be from wangqing@xxxxxxxx are mm-delete-bool-migrated.patch lib-fix-inconsistent-indenting-in-process_bit1.patch