WARNING: 'sucess' may be misspelled - perhaps 'success'? #42: FILE: drivers/net/ethernet/intel/ice/ice_ptp.c:1595: + * Return: 0 on sucess, -EOPNOTUSPP on unsupported flags ^^^^^^ WARNING: suspect code indent for conditional statements (8, 8) #52: FILE: drivers/net/ethernet/intel/ice/ice_ptp.c:1605: + if (config->flags & ~(PTP_ENABLE_FEATURE | [...] + return -EOPNOTSUPP; CHECK: Please don't use multiple blank lines #111: FILE: drivers/net/ethernet/intel/ice/ice_ptp.c:1913: + total: 0 errors, 2 warnings, 1 checks, 125 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 b13b300d0da1 ("ice: Reject pin requests with unsupported flags") 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, 2 warnings, 1 checks, 125 lines checked