mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-04-06 19:37:59 +07:00
lib: decompress_bunzip2: delete duplicated words
Drop the repeated word "how". Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Link: https://lkml.kernel.org/r/20200823040436.25852-1-rdunlap@infradead.org Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
f1e594acb1
commit
2f22385fb1
@ -390,7 +390,7 @@ static int INIT get_next_block(struct bunzip_data *bd)
|
|||||||
j = (bd->inbufBits >> bd->inbufBitCount)&
|
j = (bd->inbufBits >> bd->inbufBitCount)&
|
||||||
((1 << hufGroup->maxLen)-1);
|
((1 << hufGroup->maxLen)-1);
|
||||||
got_huff_bits:
|
got_huff_bits:
|
||||||
/* Figure how how many bits are in next symbol and
|
/* Figure how many bits are in next symbol and
|
||||||
* unget extras */
|
* unget extras */
|
||||||
i = hufGroup->minLen;
|
i = hufGroup->minLen;
|
||||||
while (j > limit[i])
|
while (j > limit[i])
|
||||||
|
Loading…
Reference in New Issue
Block a user