aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/net/bpf_jit_comp.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sparc/net/bpf_jit_comp.c')
-rw-r--r--arch/sparc/net/bpf_jit_comp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/net/bpf_jit_comp.c b/arch/sparc/net/bpf_jit_comp.c
index 3e6e05a7c4c2..a6d9204a6a0b 100644
--- a/arch/sparc/net/bpf_jit_comp.c
+++ b/arch/sparc/net/bpf_jit_comp.c
@@ -351,7 +351,7 @@ do { *prog++ = BR_OPC | WDISP22(OFF); \
351 * 351 *
352 * Sometimes we need to emit a branch earlier in the code 352 * Sometimes we need to emit a branch earlier in the code
353 * sequence. And in these situations we adjust "destination" 353 * sequence. And in these situations we adjust "destination"
354 * to accomodate this difference. For example, if we needed 354 * to accommodate this difference. For example, if we needed
355 * to emit a branch (and it's delay slot) right before the 355 * to emit a branch (and it's delay slot) right before the
356 * final instruction emitted for a BPF opcode, we'd use 356 * final instruction emitted for a BPF opcode, we'd use
357 * "destination + 4" instead of just plain "destination" above. 357 * "destination + 4" instead of just plain "destination" above.