WARNING: line length of 97 exceeds 80 columns #43: FILE: drivers/net/pse-pd/tps23881.c:756: + return dev_err_probe(&client->dev, PTR_ERR(reset), "Failed to get reset GPIO\n"); WARNING: line length of 85 exceeds 80 columns #46: FILE: drivers/net/pse-pd/tps23881.c:759: + /* TPS23880 datasheet (Rev G) indicates minimum reset pulse is 5us */ WARNING: line length of 85 exceeds 80 columns #50: FILE: drivers/net/pse-pd/tps23881.c:763: + /* TPS23880 datasheet indicates the minimum time after power on reset WARNING: line length of 85 exceeds 80 columns #51: FILE: drivers/net/pse-pd/tps23881.c:764: + * should be 20ms, but the document describing how to load SRAM ("How WARNING: line length of 82 exceeds 80 columns #53: FILE: drivers/net/pse-pd/tps23881.c:766: + * indicates we should delay that programming by at least 50ms. So WARNING: line length of 84 exceeds 80 columns #54: FILE: drivers/net/pse-pd/tps23881.c:767: + * we'll wait the entire 50ms here to ensure we're safe to go to the total: 0 errors, 6 warnings, 0 checks, 39 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 8d8586d3f441 ("net: pse-pd: tps23881: Support reset-gpios") 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, 6 warnings, 0 checks, 39 lines checked