aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux
diff options
context:
space:
mode:
Diffstat (limited to 'sys/linux')
-rw-r--r--sys/linux/bpf.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/linux/bpf.txt b/sys/linux/bpf.txt
index b0166b0cd..a972af32d 100644
--- a/sys/linux/bpf.txt
+++ b/sys/linux/bpf.txt
@@ -701,9 +701,9 @@ type bpf_insn_null_check[REG] {
}
type bpf_insn_mov_printk_str_hex[DST] [
-# "%d "
- integer bpf_insn_mov_imm64[DST, 0x25702020, 0x20202000]
# "%p "
+ integer bpf_insn_mov_imm64[DST, 0x25702020, 0x20202000]
+# "%d "
pointer bpf_insn_mov_imm64[DST, 0x25642020, 0x20202000]
]