CHECK: Prefer kernel type 'u32' over 'uint32_t' #81: FILE: drivers/ptp/ptp_vmclock.c:394: + uint32_t seq, old_seq; WARNING: line length of 93 exceeds 80 columns #103: FILE: drivers/ptp/ptp_vmclock.c:417: + * 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:418: + * 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:438: + uint32_t seq; WARNING: line length of 83 exceeds 80 columns #187: FILE: drivers/ptp/ptp_vmclock.c:538: +static int vmclock_setup_notification(struct device *dev, struct vmclock_state *st) total: 0 errors, 3 warnings, 2 checks, 204 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 9f3aef0cb086 ("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, 3 warnings, 2 checks, 204 lines checked