WARNING: DT binding docs and includes should be a separate patch. See: Documentation/devicetree/bindings/submitting-patches.rst WARNING: line length of 81 exceeds 80 columns #207: FILE: drivers/net/ethernet/wiznet/w5100.c:1060: + return w5100_probe(&pdev->dev, ops, sizeof(struct w5100_mmio_priv), irq); ERROR: code indent should use tabs where possible #417: FILE: drivers/net/ethernet/wiznet/w5300.c:539: + ret = of_get_ethdev_address(pdev->dev.of_node, ndev);$ WARNING: please, no spaces at the start of a line #417: FILE: drivers/net/ethernet/wiznet/w5300.c:539: + ret = of_get_ethdev_address(pdev->dev.of_node, ndev);$ ERROR: code indent should use tabs where possible #418: FILE: drivers/net/ethernet/wiznet/w5300.c:540: + if (ret)$ WARNING: please, no spaces at the start of a line #418: FILE: drivers/net/ethernet/wiznet/w5300.c:540: + if (ret)$ ERROR: code indent should use tabs where possible #419: FILE: drivers/net/ethernet/wiznet/w5300.c:541: + eth_hw_addr_random(ndev);$ WARNING: please, no spaces at the start of a line #419: FILE: drivers/net/ethernet/wiznet/w5300.c:541: + eth_hw_addr_random(ndev);$ total: 3 errors, 5 warnings, 0 checks, 375 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. NOTE: Whitespace errors detected. You may wish to use scripts/cleanpatch or scripts/cleanfile Commit 2cbc26822629 ("wiznet: convert to GPIO descriptors") 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.