WARNING: line length of 81 exceeds 80 columns #136: FILE: net/ethtool/ioctl.c:1435: + if (WARN_ON(xa_load(&dev->ethtool->rss_ctx, rxfh.rss_context))) { WARNING: line length of 84 exceeds 80 columns #147: FILE: net/ethtool/ioctl.c:1446: + ctx->indir_configured = rxfh.indir_size != ETH_RXFH_INDIR_NO_CHANGE; WARNING: line length of 83 exceeds 80 columns #151: FILE: net/ethtool/ioctl.c:1450: + WARN_ON(xa_erase(&dev->ethtool->rss_ctx, rxfh.rss_context) != ctx); WARNING: line length of 87 exceeds 80 columns #156: FILE: net/ethtool/ioctl.c:1455: + ethtool_rxfh_context_indir(ctx)[i] = rxfh_dev.indir[i]; total: 0 errors, 4 warnings, 0 checks, 140 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 ed68dc912fa1 ("net: ethtool: record custom RSS contexts in the XArray") 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, 4 warnings, 0 checks, 140 lines checked