From: Luciano Coelho Date: Thu, 20 May 2010 13:59:16 +0000 (+0200) Subject: netfilter: fix description of expected checkentry return code on xt_target X-Git-Tag: v2.6.35-rc1~260^2~38^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ea7b858f4bc4fa1645f1327cf9e72c93981aa58;p=pandora-kernel.git netfilter: fix description of expected checkentry return code on xt_target The text describing the return codes that are expected on calls to checkentry() was incorrect. Instead of returning true or false, or an error code, it should return 0 or an error code. Signed-off-by: Luciano Coelho Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed