WARNING: line length of 90 exceeds 80 columns #195: FILE: drivers/net/dsa/mxl862xx/mxl862xx-api.h:77: + * struct mxl862xx_ctp_port_assignment - CTP Port Assignment/association with logical port WARNING: line length of 92 exceeds 80 columns #475: FILE: drivers/net/dsa/mxl862xx/mxl862xx-host.h:3: +int mxl862xx_api_wrap(struct mxl862xx_priv *priv, u16 cmd, void *data, u16 size, bool read); WARNING: line length of 81 exceeds 80 columns #553: FILE: drivers/net/dsa/mxl862xx/mxl862xx.c:72: +static int mxl862xx_phy_write(struct dsa_switch *ds, int port, int reg, u16 data) WARNING: line length of 84 exceeds 80 columns #580: FILE: drivers/net/dsa/mxl862xx/mxl862xx.c:99: + return MXL862XX_API_WRITE(ds->priv, MXL862XX_CTP_PORTASSIGNMENTSET, assign); total: 0 errors, 4 warnings, 0 checks, 763 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 8ffcb3a8ca0a ("net: dsa: add basic initial driver for MxL862xx switches") 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, 4 warnings, 0 checks, 763 lines checked