From: David S. Miller Date: Tue, 17 Apr 2012 20:38:16 +0000 (-0400) Subject: net: filter: Fix some more small issues in sparc JIT. X-Git-Tag: v3.5-rc1~109^2~416 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=584c5e2ad3ada1a5ccfffa68347b79c3681cc36e;p=pandora-kernel.git net: filter: Fix some more small issues in sparc JIT. Fix mixed space and tabs. Put bpf_jit_load_*[] externs into bpf_jit.h "while(0)" --> "while (0)" "COND (X)" --> "COND(X)" Document branch offset calculations, and bpf_error's return sequence. Document the reason we need to emit three nops between the %y register write and the divide instruction. Remove erroneous trailing semicolons from emit_read_y() and emit_write_y(). Based upon feedback from Sam Ravnborg. Signed-off-by: David S. Miller --- Reading git-diff-tree failed