CHECK: Prefer kernel type 'u32' over 'uint32_t' #83: FILE: drivers/ptp/ptp_vmclock.c:396: + uint32_t seq, old_seq; WARNING: line length of 93 exceeds 80 columns #103: FILE: drivers/ptp/ptp_vmclock.c:418: + * Either we updated fst->seq to seq (the latest version we observed) WARNING: line length of 81 exceeds 80 columns #104: FILE: drivers/ptp/ptp_vmclock.c:419: + * or someone else did (old_seq == seq), so we can break. CHECK: Prefer kernel type 'u32' over 'uint32_t' #122: FILE: drivers/ptp/ptp_vmclock.c:439: + uint32_t seq; WARNING: line length of 83 exceeds 80 columns #187: FILE: drivers/ptp/ptp_vmclock.c:539: +static int vmclock_setup_notification(struct device *dev, struct vmclock_state *st) WARNING: From:/Signed-off-by: email name mismatch: 'From: "Chalios, Babis" ' != 'Signed-off-by: Babis Chalios ' total: 0 errors, 4 warnings, 2 checks, 205 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 46afb993bfe3 ("ptp: vmclock: support device notifications") 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. total: 0 errors, 4 warnings, 2 checks, 205 lines checked