WARNING: line length of 81 exceeds 80 columns #118: 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 #167: FILE: drivers/net/pcs/pcs-xilinx.c:62: + * @enabled: Set if @pcs.link_change is valid and we can call phylink_pcs_change() WARNING: line length of 82 exceeds 80 columns #192: FILE: drivers/net/pcs/pcs-xilinx.c:87: + /* paired with xilinx_pcs_enable/disable; protects xp->pcs->link_change */ WARNING: line length of 85 exceeds 80 columns #389: FILE: drivers/net/pcs/pcs-xilinx.c:284: + if (!strcmp(phy_modes(xilinx_pcs_interfaces[j]), modes[i])) { WARNING: line length of 85 exceeds 80 columns #404: FILE: drivers/net/pcs/pcs-xilinx.c:299: + test_bit(PHY_INTERFACE_MODE_1000BASEX, xp->pcs.supported_interfaces)) && WARNING: line length of 83 exceeds 80 columns #405: FILE: drivers/net/pcs/pcs-xilinx.c:300: + test_bit(PHY_INTERFACE_MODE_2500BASEX, xp->pcs.supported_interfaces)) { WARNING: line length of 86 exceeds 80 columns #483: FILE: drivers/net/pcs/pcs-xilinx.c:378: + ret = devm_request_threaded_irq(dev, xp->irq, NULL, xilinx_pcs_an_irq, total: 0 errors, 7 warnings, 0 checks, 558 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 445713a5238c ("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, 0 checks, 558 lines checked