#ifndef IOSCHED_H #define IOSCHED_H extern void ioprio_print(void); extern void set_ioprio_rt(void); extern void set_ioprio_be(void); #endif /* IOSCHED_H */ l='shortcut icon' href='http://distanz.ch/favicon.ico'/>
summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorDaniel Borkmann <daniel@iogearbox.net>2016-05-16 23:06:53 +0200
committerDavid S. Miller <davem@davemloft.net>2016-05-16 22:19:15 -0400
commit9295c034726e025395e6eff3013fa9e3753bcb39 (patch)
treee360fce1f91fd67493232088a7be97c7dee8aece /Documentation
parenta8df35d45800c2af2b9bac04a8f9d4e426862e4d (diff)
bpf, doc: fix typo on bpf_asm descriptions
Fix description of some of the bpf_asm tool related jump instructions and generally move them to format A <op> k. Reported-by: Sebastian Amend <sebastian.amend@googlemail.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')