WARNING: Co-developed-by: must be immediately followed by Signed-off-by: #31: Co-developed-by: Ivan Vecera Co-developed-by: Grzegorz Nitka WARNING: Co-developed-by and Signed-off-by: name/email do not match #32: Co-developed-by: Grzegorz Nitka Signed-off-by: Ivan Vecera CHECK: Please don't use multiple blank lines #296: FILE: drivers/net/ethernet/intel/ice/ice_dpll.c:2440: + + ERROR: code indent should use tabs where possible #675: FILE: drivers/net/ethernet/intel/ice/ice_dpll.c:3447: + dpll_pin_on_pin_unregister(parent->pin, pin->pin,$ WARNING: please, no spaces at the start of a line #675: FILE: drivers/net/ethernet/intel/ice/ice_dpll.c:3447: + dpll_pin_on_pin_unregister(parent->pin, pin->pin,$ WARNING: void function return statements are not generally useful #1324: FILE: drivers/net/ethernet/intel/ice/ice_dpll.c:4620: + return; +} total: 1 errors, 4 warnings, 1 checks, 1642 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 2f5f8ceec37b ("ice: dpll: Support E825-C SyncE and dynamic pin discovery") 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.