WARNING: line length of 90 exceeds 80 columns #45: FILE: drivers/net/ethernet/renesas/rswitch_l2.c:26: + u32 bits = learning ? FWPC0_MACSSA | FWPC0_MACHLA | FWPC0_MACHMA | FWPC0_MACRUDA : WARNING: line length of 94 exceeds 80 columns #57: FILE: drivers/net/ethernet/renesas/rswitch_l2.c:87: + FIELD_PREP(FWPC2_LTWFW, ~(fwd_mask | BIT(rdev->port))), WARNING: line length of 86 exceeds 80 columns #102: FILE: drivers/net/ethernet/renesas/rswitch_l2.c:276: +static int rswitch_gwca_write_mac_address(struct rswitch_private *priv, const u8 *mac) WARNING: line length of 84 exceeds 80 columns #117: FILE: drivers/net/ethernet/renesas/rswitch_l2.c:291: +static int rswitch_add_addr_to_mactable(struct rswitch_private *priv, const u8 *mac) WARNING: line length of 86 exceeds 80 columns #143: FILE: drivers/net/ethernet/renesas/rswitch_l2.c:317: +static int rswitch_del_addr_from_mactable(struct rswitch_private *priv, const u8 *mac) WARNING: line length of 87 exceeds 80 columns #175: FILE: drivers/net/ethernet/renesas/rswitch_l2.c:349: + switchdev_work = container_of(work, struct rswitch_switchdev_event_work, work); WARNING: line length of 93 exceeds 80 columns #180: FILE: drivers/net/ethernet/renesas/rswitch_l2.c:354: + /* Unfortunately all net_device members point to br0, there is no simple way to check WARNING: line length of 90 exceeds 80 columns #184: FILE: drivers/net/ethernet/renesas/rswitch_l2.c:358: + if (ether_addr_equal(rdev->ndev->dev_addr, switchdev_work->fdb_info.addr)) WARNING: line length of 100 exceeds 80 columns #194: FILE: drivers/net/ethernet/renesas/rswitch_l2.c:368: + rswitch_gwca_write_mac_address(switchdev_work->priv, switchdev_work->fdb_info.addr); WARNING: line length of 98 exceeds 80 columns #195: FILE: drivers/net/ethernet/renesas/rswitch_l2.c:369: + rswitch_add_addr_to_mactable(switchdev_work->priv, switchdev_work->fdb_info.addr); WARNING: line length of 100 exceeds 80 columns #198: FILE: drivers/net/ethernet/renesas/rswitch_l2.c:372: + rswitch_del_addr_from_mactable(switchdev_work->priv, switchdev_work->fdb_info.addr); WARNING: line length of 90 exceeds 80 columns #243: FILE: drivers/net/ethernet/renesas/rswitch_l2.c:417: + INIT_WORK(&switchdev_work->work, rswitch_switchdev_bridge_fdb_event_work); WARNING: line length of 89 exceeds 80 columns #245: FILE: drivers/net/ethernet/renesas/rswitch_l2.c:419: + memcpy(&switchdev_work->fdb_info, ptr, sizeof(switchdev_work->fdb_info)); total: 0 errors, 13 warnings, 0 checks, 249 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 7634fef2ae00 ("net: renesas: rswitch: add handler for FDB notification") 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, 13 warnings, 0 checks, 249 lines checked