dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/lib/lzo
Harvey Harrison a1e58bbdc9 lzo: fix typo in decompressor
Shift of a LE value seems strange, probably meant to shift the cpu-order
variable as in the prvious section of the switch statement.

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Acked-by: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-04-10 15:34:05 -07:00
..
Makefile Add LZO1X algorithm to the kernel 2007-07-10 17:51:13 -07:00
lzo1x_compress.c lzo: add some missing casts 2007-07-31 15:39:37 -07:00
lzo1x_decompress.c lzo: fix typo in decompressor 2008-04-10 15:34:05 -07:00
lzodefs.h Add LZO1X algorithm to the kernel 2007-07-10 17:51:13 -07:00