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)
commitdaeb6b6fbe27049f465c48a7d0ee5555c3b84064
tree3a53744300e0083f3cbf8f769780d971234e3f8a
parent9c8a8228d0827e0d91d28527209988f672f97d28
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