aboutsummaryrefslogtreecommitdiff
path: root/lib/mpi/mpiutil.c
diff options
context:
space:
mode:
authorAndrey Ignatov <[email protected]>2018-04-28 16:06:19 -0700
committerAlexei Starovoitov <[email protected]>2018-04-29 08:56:31 -0700
commita3ef8e9a4d7cc26d7528d50d10c5720b523b07c9 (patch)
tree0c09005b1b5736fd0a4c44b043b1d98253b613dc /lib/mpi/mpiutil.c
parentf60ad0a0c441530280a4918eca781a6a94dffa50 (diff)
bpf: Fix helpers ctx struct types in uapi doc
Helpers may operate on two types of ctx structures: user visible ones (e.g. `struct bpf_sock_ops`) when used in user programs, and kernel ones (e.g. `struct bpf_sock_ops_kern`) in kernel implementation. UAPI documentation must refer to only user visible structures. The patch replaces references to `_kern` structures in BPF helpers description by corresponding user visible structures. Signed-off-by: Andrey Ignatov <[email protected]> Signed-off-by: Alexei Starovoitov <[email protected]>
Diffstat (limited to 'lib/mpi/mpiutil.c')
0 files changed, 0 insertions, 0 deletions