OSDN Git Service

Merge branch 'bpf-uapi-doc-fixes'
authorDaniel Borkmann <daniel@iogearbox.net>
Sun, 12 May 2019 23:12:46 +0000 (01:12 +0200)
committerDaniel Borkmann <daniel@iogearbox.net>
Sun, 12 May 2019 23:12:46 +0000 (01:12 +0200)
commit6b1d90b7b35b7f0fccfefe38b7f3c16d66e41973
treee1151141b5440de59549398513c3bb27ec0ef0b8
parent9858381253acad69a4538a448eb9aa674c4f70d6
parentc1fe1e701ee3344c7c9bcb8e14c4b8a40cad019e
Merge branch 'bpf-uapi-doc-fixes'

Quentin Monnet says:

====================
Another round of fixes for the doc in the BPF UAPI header, which can be
turned into a manual page. First patch is the most important, as it fixes
parsing for the bpf_strtoul() helper doc. Following patches are formatting
fixes (nitpicks, mostly). The last one updates the copy of the header,
located under tools/.
====================

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>