Commit 2f22385f authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds
Browse files

lib: decompress_bunzip2: delete duplicated words

parent f1e594ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -390,7 +390,7 @@ static int INIT get_next_block(struct bunzip_data *bd)
		j = (bd->inbufBits >> bd->inbufBitCount)&
			((1 << hufGroup->maxLen)-1);
got_huff_bits:
		/* Figure how how many bits are in next symbol and
		/* Figure how many bits are in next symbol and
		 * unget extras */
		i = hufGroup->minLen;
		while (j > limit[i])