libbpf: Minor style improvements in USDT code
authorIlya Leoshkevich <iii@linux.ibm.com>
Thu, 7 Apr 2022 21:44:09 +0000 (23:44 +0200)
committerAndrii Nakryiko <andrii@kernel.org>
Fri, 8 Apr 2022 03:59:10 +0000 (20:59 -0700)
commite1b6df598aa86e351437135c76ed38c9a5e3d397
treea8ec40eb53e0c8f28c36f0ad29c599f2b1a852e0
parentded6dffaed5edc68f1e64b523353da14db673460
libbpf: Minor style improvements in USDT code

Fix several typos and references to non-existing headers.
Also use __BYTE_ORDER__ instead of __BYTE_ORDER for consistency with
the rest of the bpf code - see commit 45f2bebc8079 ("libbpf: Fix
endianness detection in BPF_CORE_READ_BITFIELD_PROBED()") for
rationale).

Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20220407214411.257260-2-iii@linux.ibm.com
tools/lib/bpf/usdt.bpf.h
tools/lib/bpf/usdt.c