CHECK: Macro argument 'adapter' may be better as '(adapter)' to avoid precedence issues #100: FILE: drivers/net/vmxnet3/vmxnet3_int.h:468: +#define VMXNET3_VERSION_GE_8(adapter) \ + (adapter->version >= VMXNET3_REV_8 + 1) CHECK: Macro argument 'adapter' may be better as '(adapter)' to avoid precedence issues #102: FILE: drivers/net/vmxnet3/vmxnet3_int.h:470: +#define VMXNET3_VERSION_GE_9(adapter) \ + (adapter->version >= VMXNET3_REV_9 + 1) total: 0 errors, 0 warnings, 2 checks, 58 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 a0d46da1c275 ("vmxnet3: prepare for version 9 changes") 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, 2 checks, 58 lines checked