CHECK: Macro argument 'np' may be better as '(np)' to avoid precedence issues #32: FILE: include/linux/netpoll.h:45: +#define np_info(np, fmt, ...) \ + pr_info("%s: " fmt, np->name, ##__VA_ARGS__) CHECK: Macro argument 'np' may be better as '(np)' to avoid precedence issues #34: FILE: include/linux/netpoll.h:47: +#define np_err(np, fmt, ...) \ + pr_err("%s: " fmt, np->name, ##__VA_ARGS__) CHECK: Macro argument 'np' may be better as '(np)' to avoid precedence issues #36: FILE: include/linux/netpoll.h:49: +#define np_notice(np, fmt, ...) \ + pr_notice("%s: " fmt, np->name, ##__VA_ARGS__) total: 0 errors, 0 warnings, 3 checks, 26 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. Commit 0b6b577f6f2d ("netpoll: expose netpoll logging macros in public header") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. total: 0 errors, 0 warnings, 3 checks, 26 lines checked