CHECK: Alignment should match open parenthesis #48: FILE: include/linux/psi.h:28: +struct psi_trigger *psi_trigger_create(struct psi_group *group, + const struct psi_trigger_params *param); WARNING: line length of 85 exceeds 80 columns #57: FILE: include/linux/psi.h:37: + * Checking the privilege here on file->f_cred implies that a privileged user WARNING: line length of 82 exceeds 80 columns #239: FILE: kernel/sched/psi.c:1345: + if (params->threshold_us == 0 || params->threshold_us > params->window_us) total: 0 errors, 2 warnings, 1 checks, 267 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 07a2614c04dc ("sched: psi: refactor psi_trigger_create()") 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, 2 warnings, 1 checks, 267 lines checked