Re: [PATCH v2] bpf: remove trailing semicolon in macro definition

2020-12-04 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (refs/heads/master): On Wed, 2 Dec 2020 13:28:10 -0800 you wrote: > From: Tom Rix > > The macro use will already have a semicolon. > Clean up escaped newlines > > Signed-off-by: Tom Rix > > [...] Here is the summary with links: - [v2] bpf

[PATCH v2] bpf: remove trailing semicolon in macro definition

2020-12-02 Thread trix
From: Tom Rix The macro use will already have a semicolon. Clean up escaped newlines Signed-off-by: Tom Rix --- v2: more macros fixed, escaped newlines cleaned --- include/trace/events/xdp.h | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/include/trace/events/x