From: Geert Uytterhoeven Date: Thu, 18 Dec 2008 06:17:46 +0000 (+1100) Subject: crypto: testmgr - Correct comment about deflate parameters X-Git-Tag: v2.6.29-rc1~589^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcf84a38f05c55180bc1225901950c7e715c0d55;p=pandora-kernel.git crypto: testmgr - Correct comment about deflate parameters The comment for the deflate test vectors says the winbits parameter is 11, while the deflate module actually uses -11 (a negative window bits parameter enables the raw deflate format instead of the zlib format). Correct this, to avoid confusion about the format used. Signed-off-by: Geert Uytterhoeven Signed-off-by: Herbert Xu --- Reading git-diff-tree failed