Re: [PATCH bpf-next] bpf: fix whitespace for ENCAP_L2 defines in bpf.h

2019-04-16 Thread Daniel Borkmann
On 04/12/2019 01:27 PM, Alan Maguire wrote: > replace tab after #define with space in line with rest of definitions > > Signed-off-by: Alan Maguire Applied, thanks!

Re: [PATCH bpf-next] bpf: fix whitespace for ENCAP_L2 defines in bpf.h

2019-04-12 Thread Song Liu
> On Apr 12, 2019, at 4:27 AM, Alan Maguire wrote: > > replace tab after #define with space in line with rest of definitions > > Signed-off-by: Alan Maguire Acked-by: Song Liu > --- > include/uapi/linux/bpf.h | 6 +++--- > tools/include/uapi/linux/bpf.h | 6 +++--- > 2 files changed,

[PATCH bpf-next] bpf: fix whitespace for ENCAP_L2 defines in bpf.h

2019-04-12 Thread Alan Maguire
replace tab after #define with space in line with rest of definitions Signed-off-by: Alan Maguire --- include/uapi/linux/bpf.h | 6 +++--- tools/include/uapi/linux/bpf.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/include/uapi/linux/bpf.h b/include/uapi/linux