WARNING: line length of 81 exceeds 80 columns #59: FILE: drivers/net/ethernet/intel/igc/igc_main.c:272: + igc_ptp_clear_xsk_tx_tstamp_queue(adapter, tx_ring->queue_index); WARNING: line length of 82 exceeds 80 columns #73: FILE: drivers/net/ethernet/intel/igc/igc_ptp.c:580: + * igc_ptp_clear_xsk_tx_tstamp_queue - Clear pending XSK TX timestamps for a queue WARNING: line length of 81 exceeds 80 columns #82: FILE: drivers/net/ethernet/intel/igc/igc_ptp.c:589: +void igc_ptp_clear_xsk_tx_tstamp_queue(struct igc_adapter *adapter, u16 queue_id) WARNING: line length of 81 exceeds 80 columns #90: FILE: drivers/net/ethernet/intel/igc/igc_ptp.c:597: + struct igc_tx_timestamp_request *tstamp = &adapter->tx_tstamp[i]; total: 0 errors, 4 warnings, 0 checks, 60 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 cfee2f3dd5fc ("igc: fix page fault in XDP TX timestamps handling") 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, 60 lines checked