On Fri, 08 May 2020 13:09:21 +0200 Jesper Dangaard Brouer wrote: > +/* Used by XDP_WARN macro, to avoid inlining WARN() in fast-path */ > +void xdp_warn(const char* msg, const char* func, const int line) { > + WARN(1, "XDP_WARN: %s(line:%d): %s\n", func, line, msg); > +}; > +EXPORT_SYMBOL_GPL(xdp_warn); ERROR: "foo* bar" should be "foo *bar" #59: FILE: include/net/xdp.h:109: +void xdp_warn(const char* msg, const char* func, const int line); ERROR: "foo* bar" should be "foo *bar" #59: FILE: include/net/xdp.h:109: +void xdp_warn(const char* msg, const char* func, const int line); ERROR: "foo* bar" should be "foo *bar" #104: FILE: net/core/xdp.c:502: +void xdp_warn(const char* msg, const char* func, const int line) { ERROR: "foo* bar" should be "foo *bar" #104: FILE: net/core/xdp.c:502: +void xdp_warn(const char* msg, const char* func, const int line) { ERROR: open brace '{' following function definitions go on the next line #104: FILE: net/core/xdp.c:502: +void xdp_warn(const char* msg, const char* func, const int line) {