WARNING: line length of 84 exceeds 80 columns #109: FILE: drivers/net/ethernet/oa_tc6.c:724: + tc6->rx_chunks_available = FIELD_GET(OA_TC6_DATA_FOOTER_RX_CHUNKS_AVAILABLE, WARNING: line length of 86 exceeds 80 columns #210: FILE: drivers/net/ethernet/oa_tc6.c:843: + return oa_tc6_prcs_complete_rx_frame(tc6, &payload[start_byte_offset], WARNING: line length of 83 exceeds 80 columns #217: FILE: drivers/net/ethernet/oa_tc6.c:850: + return oa_tc6_prcs_rx_frame_start(tc6, &payload[start_byte_offset], WARNING: line length of 82 exceeds 80 columns #228: FILE: drivers/net/ethernet/oa_tc6.c:861: + /* Process the chunk with previous rx frame end and next rx frame start */ WARNING: line length of 83 exceeds 80 columns #239: FILE: drivers/net/ethernet/oa_tc6.c:872: + return oa_tc6_prcs_rx_frame_start(tc6, &payload[start_byte_offset], WARNING: line length of 83 exceeds 80 columns #262: FILE: drivers/net/ethernet/oa_tc6.c:913: + u8 *payload = tc6->spi_data_rx_buf + i * OA_TC6_CHUNK_SIZE; WARNING: line length of 81 exceeds 80 columns #264: FILE: drivers/net/ethernet/oa_tc6.c:915: + ret = oa_tc6_prcs_rx_chunk_payload(tc6, payload, footer); WARNING: line length of 84 exceeds 80 columns #285: FILE: drivers/net/ethernet/oa_tc6.c:1014: + __be32 *tx_buf = tc6->spi_data_tx_buf + tc6->spi_data_tx_buf_offset; WARNING: line length of 94 exceeds 80 columns #319: FILE: drivers/net/ethernet/oa_tc6.c:1053: + spi_length = oa_tc6_prepare_spi_tx_buf_for_rx_chunks(tc6, spi_length); total: 0 errors, 9 warnings, 0 checks, 322 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 567399bbf988 ("net: ethernet: oa_tc6: implement receive path to receive rx ethernet frames") 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, 9 warnings, 0 checks, 322 lines checked