WARNING: line length of 91 exceeds 80 columns #79: FILE: drivers/net/ethernet/intel/idpf/idpf_ptp.c:339: + pci_err(adapter->pdev, "Failed to set the time, err: %pe\n", ERR_PTR(err)); WARNING: line length of 117 exceeds 80 columns #134: FILE: drivers/net/ethernet/intel/idpf/idpf_ptp.c:394: + pci_err(adapter->pdev, "Failed to adjust the clock with delta %lld err: %pe\n", delta, ERR_PTR(err)); WARNING: line length of 131 exceeds 80 columns #167: FILE: drivers/net/ethernet/intel/idpf/idpf_ptp.c:427: + pci_err(adapter->pdev, "Failed to adjust clock increment rate for scaled ppm %ld %pe\n", scaled_ppm, ERR_PTR(err)); total: 0 errors, 3 warnings, 0 checks, 490 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 bbd7b0f6a8ee ("idpf: add PTP clock configuration") 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, 3 warnings, 0 checks, 490 lines checked