mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02: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
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -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 a new issue