WARNING: line length of 81 exceeds 80 columns #203: FILE: drivers/net/ethernet/amazon/ena/ena_com.c:1667: + return ena_com_check_supported_feature_id(ena_dev, ENA_ADMIN_PHC_CONFIG); WARNING: line length of 87 exceeds 80 columns #294: FILE: drivers/net/ethernet/amazon/ena/ena_com.c:1758: + (struct ena_admin_aq_entry *)&set_feat_cmd, WARNING: line length of 89 exceeds 80 columns #296: FILE: drivers/net/ethernet/amazon/ena/ena_com.c:1760: + (struct ena_admin_acq_entry *)&set_feat_resp, WARNING: Use of volatile is usually wrong: see Documentation/process/volatile-considered-harmful.rst #334: FILE: drivers/net/ethernet/amazon/ena/ena_com.c:1798: + volatile struct ena_admin_phc_resp *read_resp = ena_dev->phc.virt_addr; WARNING: line length of 85 exceeds 80 columns #352: FILE: drivers/net/ethernet/amazon/ena/ena_com.c:1816: + block_time = ktime_add_us(phc->system_time, phc->block_timeout_usec); WARNING: line length of 81 exceeds 80 columns #486: FILE: drivers/net/ethernet/amazon/ena/ena_com.h:290: + * the get time request and block new PHC requests for block_timeout_usec WARNING: line length of 83 exceeds 80 columns #623: FILE: drivers/net/ethernet/amazon/ena/ena_ethtool.c:164: +#define ENA_STATS_ARRAY_ENA_COM_ADMIN ARRAY_SIZE(ena_stats_ena_com_admin_strings) WARNING: line length of 81 exceeds 80 columns #624: FILE: drivers/net/ethernet/amazon/ena/ena_ethtool.c:165: +#define ENA_STATS_ARRAY_ENA_COM_PHC ARRAY_SIZE(ena_stats_ena_com_phc_strings) WARNING: line length of 83 exceeds 80 columns #658: FILE: drivers/net/ethernet/amazon/ena/ena_ethtool.c:292: + ptr = (u64 *)&adapter->ena_dev->phc.stats + ena_stats->stat_offset; WARNING: line length of 86 exceeds 80 columns #699: FILE: drivers/net/ethernet/amazon/ena/ena_ethtool.c:346: + int count = adapter->num_io_queues * (ENA_STATS_ARRAY_TX + ENA_STATS_ARRAY_RX) WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #879: new file mode 100644 total: 0 errors, 11 warnings, 0 checks, 1052 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 b53281c42ab0 ("net: ena: Add PHC support in the ENA driver") 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, 11 warnings, 0 checks, 1052 lines checked