WARNING: Argument 'X' is not used in function-like macro #49: FILE: include/net/ip.h:693: +#define EXPORT_IPV6_MOD(X) WARNING: Argument 'X' is not used in function-like macro #50: FILE: include/net/ip.h:694: +#define EXPORT_IPV6_MOD_GPL(X) CHECK: Please use a blank line after function/struct/union/enum declarations #64: FILE: net/core/dev.c:1774: } +EXPORT_IPV6_MOD(netif_disable_lro); total: 0 errors, 2 warnings, 1 checks, 106 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 0485af616047 ("net: use netif_disable_lro in ipv6_add_dev") 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, 2 warnings, 1 checks, 106 lines checked