WARNING: line length of 84 exceeds 80 columns #290: FILE: drivers/net/pcs/pcs-nxp-s32g-xpcs.c:242: + dev_err(xpcs->dev, "Failed to write bits of XPCS reg: 0x%x\n", reg); WARNING: line length of 81 exceeds 80 columns #318: FILE: drivers/net/pcs/pcs-nxp-s32g-xpcs.c:270: +static bool s32g_xpcs_poll_timeout(struct s32g_xpcs *xpcs, xpcs_poll_func_t func, WARNING: line length of 85 exceeds 80 columns #362: FILE: drivers/net/pcs/pcs-nxp-s32g-xpcs.c:314: + FIELD_GET(PSEQ_STATE_MASK, val) == POWER_GOOD_STATE, WARNING: line length of 88 exceeds 80 columns #549: FILE: drivers/net/pcs/pcs-nxp-s32g-xpcs.c:501: + FIELD_PREP(MPLLA_TX_CLK_DIV_MASK, 1) | MPLLA_DIV10_CLK_EN); WARNING: line length of 88 exceeds 80 columns #609: FILE: drivers/net/pcs/pcs-nxp-s32g-xpcs.c:561: + FIELD_PREP(MPLLB_TX_CLK_DIV_MASK, 5) | MPLLB_DIV10_CLK_EN); WARNING: line length of 84 exceeds 80 columns #626: FILE: drivers/net/pcs/pcs-nxp-s32g-xpcs.c:578: + s32g_xpcs_write_bits(xpcs, VR_MII_DBG_CTRL, SUPPRESS_LOS_DET | RX_DT_EN_CTL, WARNING: line length of 87 exceeds 80 columns #778: FILE: drivers/net/pcs/pcs-nxp-s32g-xpcs.c:730: +static void s32cc_phylink_pcs_get_state(struct phylink_pcs *pcs, unsigned int neg_mode, WARNING: line length of 81 exceeds 80 columns #944: FILE: drivers/net/pcs/pcs-nxp-s32g-xpcs.c:896: + s32g_xpcs_write_bits(xpcs, VR_MII_GEN5_12G_16G_RX_RATE_CTRL, 0x3U, 0x1U); WARNING: line length of 83 exceeds 80 columns #964: FILE: drivers/net/pcs/pcs-nxp-s32g-xpcs.c:916: + s32g_xpcs_write_bits(xpcs, VR_MII_DIG_CTRL1, BYP_PWRUP, BYP_PWRUP); WARNING: struct regmap_config should normally be const #1018: FILE: drivers/net/pcs/pcs-nxp-s32g-xpcs.c:970: + struct regmap_config conf; WARNING: line length of 88 exceeds 80 columns #1235: FILE: drivers/phy/freescale/phy-nxp-s32g-serdes.c:396: + val &= ~(MPLLB_MULTIPLIER_MASK | EXT_MPLLB_FRACN_CTRL_MASK | BIT(24) | BIT(28)); WARNING: line length of 83 exceeds 80 columns #1254: FILE: drivers/phy/freescale/phy-nxp-s32g-serdes.c:415: + val |= FIELD_PREP(EXT_MPLLB_BANDWIDTH_MASK, 0x5f) | EXT_MPLLB_DIV10_CLK_EN; WARNING: line length of 87 exceeds 80 columns #1283: FILE: drivers/phy/freescale/phy-nxp-s32g-serdes.c:444: +static int s32g_serdes_enable_mode5(struct s32g_serdes *serdes, struct s32g_xpcs *xpcs) WARNING: line length of 99 exceeds 80 columns #1406: FILE: drivers/phy/freescale/phy-nxp-s32g-serdes.c:716: +static int s32g_serdes_get_xpcs_resources(struct platform_device *pdev, struct s32g_serdes *serdes) WARNING: line length of 82 exceeds 80 columns #1440: FILE: drivers/phy/freescale/phy-nxp-s32g-serdes.c:763: + } else if (of_device_is_compatible(child_node, "nxp,s32g2-serdes-xpcs")) { WARNING: line length of 86 exceeds 80 columns #1489: FILE: drivers/phy/freescale/phy-nxp-s32g-serdes.c:877: +struct phylink_pcs *s32g_serdes_pcs_create(struct device *dev, struct device_node *np) WARNING: line length of 87 exceeds 80 columns #1594: FILE: include/linux/pcs/pcs-nxp-s32g-xpcs.h:46: +struct phylink_pcs *s32g_serdes_pcs_create(struct device *dev, struct device_node *np); total: 0 errors, 17 warnings, 0 checks, 1528 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 6577dae826ed ("phy: s32g: Add serdes xpcs subsystem") 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, 17 warnings, 0 checks, 1528 lines checked