WARNING: line length of 81 exceeds 80 columns #124: FILE: drivers/net/pcs/pcs-xilinx.c:13: + * - When using a device-specific transceiver (serdes), the serdes handles 8b/10b WARNING: line length of 82 exceeds 80 columns #171: FILE: drivers/net/pcs/pcs-xilinx.c:60: + * @enabled: Set if @pcs.link_change is valid and we can call phylink_pcs_change() WARNING: line length of 82 exceeds 80 columns #196: FILE: drivers/net/pcs/pcs-xilinx.c:85: + /* paired with xilinx_pcs_enable/disable; protects xp->pcs->link_change */ WARNING: line length of 85 exceeds 80 columns #413: FILE: drivers/net/pcs/pcs-xilinx.c:302: + if (!strcmp(phy_modes(xilinx_pcs_interfaces[j]), modes[i])) { WARNING: line length of 85 exceeds 80 columns #428: FILE: drivers/net/pcs/pcs-xilinx.c:317: + test_bit(PHY_INTERFACE_MODE_1000BASEX, xp->pcs.supported_interfaces)) && WARNING: line length of 83 exceeds 80 columns #429: FILE: drivers/net/pcs/pcs-xilinx.c:318: + test_bit(PHY_INTERFACE_MODE_2500BASEX, xp->pcs.supported_interfaces)) { WARNING: line length of 86 exceeds 80 columns #507: FILE: drivers/net/pcs/pcs-xilinx.c:396: + ret = devm_request_threaded_irq(dev, xp->irq, NULL, xilinx_pcs_an_irq, CHECK: Please use a blank line after function/struct/union/enum declarations #542: FILE: drivers/net/pcs/pcs-xilinx.c:431: +}; +mdio_module_driver(xilinx_pcs_driver); total: 0 errors, 7 warnings, 1 checks, 566 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 f2a2e6e9a0e4 ("net: pcs: Add Xilinx PCS driver") 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, 7 warnings, 1 checks, 566 lines checked