WARNING: line length of 81 exceeds 80 columns #50: FILE: include/linux/ethtool.h:219: +int ethtool_rxfh_contexts_resize_all(struct net_device *dev, u32 new_indir_size); WARNING: line length of 86 exceeds 80 columns #62: FILE: net/ethtool/common.c:1207: +static bool ethtool_rxfh_indir_is_periodic(const u32 *tbl, u32 old_size, u32 new_size) WARNING: line length of 84 exceeds 80 columns #109: FILE: net/ethtool/common.c:1254: + /* Unfold (grow): replicate existing pattern; fold is a no-op on the data */ WARNING: line length of 92 exceeds 80 columns #168: FILE: net/ethtool/common.c:1313: + ret = ethtool_rxfh_indir_can_resize(ethtool_rxfh_context_indir(ctx), WARNING: line length of 93 exceeds 80 columns #169: FILE: net/ethtool/common.c:1314: + ctx->indir_size, new_indir_size); WARNING: line length of 84 exceeds 80 columns #175: FILE: net/ethtool/common.c:1320: + __ethtool_rxfh_indir_resize(ethtool_rxfh_context_indir(ctx), WARNING: line length of 85 exceeds 80 columns #176: FILE: net/ethtool/common.c:1321: + ctx->indir_size, new_indir_size); total: 0 errors, 7 warnings, 0 checks, 141 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 6d11a3a4fc36 ("ethtool: Add RSS indirection table resize helpers") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 7 warnings, 0 checks, 141 lines checked