Merge branch 'fix-bpf-docs'
authorAlexei Starovoitov <ast@kernel.org>
Thu, 14 Mar 2019 21:03:21 +0000 (14:03 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 14 Mar 2019 21:03:22 +0000 (14:03 -0700)
commit895383983eee35743e535a08f4fa41c0f9e1382b
tree77f97987c6e4a17a36595e6a1a870e96ec0a42ea
parentcd70182e8d530bf806176c529105c350d4d7fbd9
parentea6eced00e4b28821804eee24e80d9528f48972a
Merge branch 'fix-bpf-docs'

Quentin Monnet says:

====================
Hi,
This set is an update to the documentation for the BPF helper functions in
the UAPI header bpf.h, used to generate the bpf-helpers(7) man page.

First patch contains fixes to the current documentation. The second patch
adds documentation for the two helpers bpf_spin_lock() and
bpf_spin_unlock(). The last patch simply reports the changes to the version
of that header in tools/.
====================

Signed-off-by: Alexei Starovoitov <ast@kernel.org>