WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #74: new file mode 100644 WARNING: line length of 99 exceeds 80 columns #118: FILE: drivers/pps/generators/pps_gen_tio.c:40: +#define SAFE_TIME_NS (10 * NSEC_PER_MSEC) /* Safety time to set hrtimer early */ CHECK: spinlock_t definition without comment #125: FILE: drivers/pps/generators/pps_gen_tio.c:47: + spinlock_t lock; WARNING: line length of 84 exceeds 80 columns #142: FILE: drivers/pps/generators/pps_gen_tio.c:64: +/* For COMPV register, It's safer to write higher 32-bit followed by lower 32-bit */ WARNING: line length of 86 exceeds 80 columns #205: FILE: drivers/pps/generators/pps_gen_tio.c:127: + /* Check if any event is missed. If an event is missed, TIO will be disabled*/ WARNING: line length of 95 exceeds 80 columns #227: FILE: drivers/pps/generators/pps_gen_tio.c:149: +static ssize_t enable_store(struct device *dev, struct device_attribute *attr, const char *buf, WARNING: line length of 91 exceeds 80 columns #255: FILE: drivers/pps/generators/pps_gen_tio.c:177: +static ssize_t enable_show(struct device *dev, struct device_attribute *devattr, char *buf) total: 0 errors, 6 warnings, 1 checks, 284 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 1d2d3f45fde2 ("pps: generators: Add PPS Generator TIO Driver") 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, 6 warnings, 1 checks, 284 lines checked