On Mon, 14 Dec 2015 16:57:32 +0100
Daniel Borkmann wrote:
> Fix a whitespace in bpf_dump_error() usage, and also a missing closing
> bracket in ntohl() macro for eBPF programs.
>
> Signed-off-by: Daniel Borkmann
> ---
Applied to net-next
--
To unsubscribe from this list: send the line "unsubsc
Fix a whitespace in bpf_dump_error() usage, and also a missing closing
bracket in ntohl() macro for eBPF programs.
Signed-off-by: Daniel Borkmann
---
include/bpf_api.h | 2 +-
tc/tc_bpf.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/bpf_api.h b/include/bpf