Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

decompress_bunzip2: remove invalid vi modeline

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Paul Bolle and committed by
Jiri Kosina
38c8dcf6 90802ed9

-1
-1
lib/decompress_bunzip2.c
··· 1 - /* vi: set sw = 4 ts = 4: */ 2 1 /* Small bzip2 deflate implementation, by Rob Landley (rob@landley.net). 3 2 4 3 Based on bzip2 decompression code by Julian R Seward (jseward@acm.org),