From: Patrick McHardy Date: Wed, 27 Feb 2008 20:21:18 +0000 (-0800) Subject: [NETFILTER]: Fix NF_QUEUE_NR() parenthesis X-Git-Tag: v2.6.25-rc4~148^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbabbed8284d1526ed01754ecd4fabdb941a1ff2;p=pandora-kernel.git [NETFILTER]: Fix NF_QUEUE_NR() parenthesis Properly add parens around the macro argument. This is not needed by the kernel but the macro is exported to userspace, so it shouldn't make any assumptions. Also use NF_VERDICT_BITS instead of NF_VERDICT_QBTIS for the left-shift since thats whats logically correct. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed