]> git.baikalelectronics.ru Git - kernel.git/commit
bzip2/lzma/gzip: fix comments describing decompressor API
authorPhillip Lougher <phillip@lougher.demon.co.uk>
Thu, 6 Aug 2009 22:09:30 +0000 (15:09 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 7 Aug 2009 17:39:56 +0000 (10:39 -0700)
commit67881d1a68b8392ce39175ac4ce44c264150de06
tree3a53744300e0083f3cbf8f769780d971234e3f8a
parentacea5502537e01bf6790c0d03b44f8001f6299ec
bzip2/lzma/gzip: fix comments describing decompressor API

Fix and improve comments in decompress/generic.h that describe the
decompressor API.  Also remove an unused definition, and rename INBUF_LEN
in lib/decompress_inflate.c to conform to bzip2/lzma naming.

Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/decompress/generic.h
lib/decompress_inflate.c