WARNING: line length of 98 exceeds 80 columns #56: FILE: drivers/net/ethernet/renesas/rswitch_main.c:694: + err = rswitch_gwca_queue_alloc(NULL, priv, gwca->l2_shared_rx_queue, false, RX_RING_SIZE); WARNING: line length of 85 exceeds 80 columns #62: FILE: drivers/net/ethernet/renesas/rswitch_main.c:700: + return rswitch_gwca_queue_ext_ts_format(dev, priv, gwca->l2_shared_rx_queue); WARNING: line length of 90 exceeds 80 columns #93: FILE: drivers/net/ethernet/renesas/rswitch_main.c:977: + rswitch_enadis_data_irq(priv, priv->gwca.l2_shared_rx_queue->index, true); WARNING: line length of 96 exceeds 80 columns #102: FILE: drivers/net/ethernet/renesas/rswitch_main.c:990: +static void rswitch_queue_interrupt(struct rswitch_private *priv, struct rswitch_gwca_queue *gq) WARNING: line length of 91 exceeds 80 columns #130: FILE: drivers/net/ethernet/renesas/rswitch_main.c:1013: + rswitch_enadis_data_irq(priv, priv->gwca.l2_shared_rx_queue->index, false); WARNING: line length of 94 exceeds 80 columns #172: FILE: drivers/net/ethernet/renesas/rswitch_main.c:1680: + rswitch_enadis_data_irq(rdev->priv, rdev->priv->gwca.l2_shared_rx_queue->index, true); WARNING: line length of 95 exceeds 80 columns #180: FILE: drivers/net/ethernet/renesas/rswitch_main.c:1707: + rswitch_enadis_data_irq(rdev->priv, rdev->priv->gwca.l2_shared_rx_queue->index, false); total: 0 errors, 7 warnings, 0 checks, 150 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 9450a18d4468 ("net: renesas: rswitch: add exception path for packets with unknown dst MAC") 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, 7 warnings, 0 checks, 150 lines checked