WARNING: line length of 83 exceeds 80 columns #100: FILE: drivers/net/ethernet/intel/igc/igc_main.c:5821: + rx_ring = adapter->rx_ring[q_vector->rx.ring->queue_index]; WARNING: line length of 87 exceeds 80 columns #102: FILE: drivers/net/ethernet/intel/igc/igc_main.c:5823: + if (test_bit(IGC_RING_FLAG_RX_ALLOC_FAILED, &rx_ring->flags)) { WARNING: line length of 90 exceeds 80 columns #104: FILE: drivers/net/ethernet/intel/igc/igc_main.c:5825: + clear_bit(IGC_RING_FLAG_RX_ALLOC_FAILED, &rx_ring->flags); WARNING: line length of 82 exceeds 80 columns #114: FILE: drivers/net/ethernet/intel/igc/igc_main.c:5834: + clear_bit(IGC_RING_FLAG_RX_ALLOC_FAILED, &rx_ring->flags); total: 0 errors, 4 warnings, 0 checks, 68 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 39f79731d941 ("igc: Get rid of spurious interrupts") 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, 68 lines checked