WARNING: line length of 91 exceeds 80 columns #86: FILE: drivers/net/ethernet/amazon/ena/ena_ethtool.c:30: + .stat_offset = offsetof(struct ena_stats_##stat_type, stat) / sizeof(u64_stats_t) \ WARNING: line length of 91 exceeds 80 columns #92: FILE: drivers/net/ethernet/amazon/ena/ena_ethtool.c:35: + .stat_offset = offsetof(struct ena_admin_##stat_type, stat) / sizeof(u64_stats_t) \ WARNING: line length of 82 exceeds 80 columns #188: FILE: drivers/net/ethernet/amazon/ena/ena_ethtool.c:283: + ptr = (u64_stats_t *)&adapter->dev_stats + ena_stats->stat_offset; WARNING: line length of 83 exceeds 80 columns #276: FILE: drivers/net/ethernet/amazon/ena/ena_netdev.c:2850: + xdp_rx_drops = u64_stats_read(&rx_ring->rx_stats.xdp_drop); total: 0 errors, 4 warnings, 0 checks, 396 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 69f2e8b49e28 ("net: ena: Use u64_stats_t with u64_stats_sync properly") 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, 4 warnings, 0 checks, 396 lines checked