WARNING: line length of 86 exceeds 80 columns #25: FILE: sound/core/seq/seq_queue.c:702: + snd_iprintf(buffer, "current time : %ptSp s\n", &tmr->cur_time); WARNING: line length of 93 exceeds 80 columns #48: FILE: sound/core/seq/seq_timer.c:460: + resolution = ns_to_timespec64(snd_timer_resolution(ti) * tmr->ticks); WARNING: line length of 84 exceeds 80 columns #49: FILE: sound/core/seq/seq_timer.c:461: + snd_iprintf(buffer, " Period time : %ptSp\n", &resolution); total: 0 errors, 3 warnings, 0 checks, 26 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 93f4daa1a326 ("ALSA: seq: Switch to use %ptSp") 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, 0 checks, 26 lines checked