WARNING: line length of 81 exceeds 80 columns #165: FILE: kernel/cgroup/cpuset.c:1411: + ret = housekeeping_update(isolated_hk_cpus, BIT(HK_TYPE_DOMAIN)); WARNING: line length of 88 exceeds 80 columns #168: FILE: kernel/cgroup/cpuset.c:1414: + BIT(HK_TYPE_DOMAIN)|BIT(HK_TYPE_MANAGED_IRQ)); CHECK: spaces preferred around that '|' (ctx:VxV) #168: FILE: kernel/cgroup/cpuset.c:1414: + BIT(HK_TYPE_DOMAIN)|BIT(HK_TYPE_MANAGED_IRQ)); ^ WARNING: line length of 81 exceeds 80 columns #170: FILE: kernel/cgroup/cpuset.c:1416: + ret = housekeeping_update(isolated_hk_cpus, BIT(HK_TYPE_DOMAIN)); WARNING: line length of 88 exceeds 80 columns #214: FILE: kernel/cgroup/cpuset.c:1460: + ret = housekeeping_update(nohz_cpus, BIT(HK_TYPE_KERNEL_NOISE)); WARNING: line length of 87 exceeds 80 columns #276: FILE: kernel/cgroup/cpuset.c:3851: + boot_nohz_le_domain = cpumask_subset(housekeeping_cpumask(HK_TYPE_DOMAIN_BOOT), WARNING: line length of 94 exceeds 80 columns #277: FILE: kernel/cgroup/cpuset.c:3852: + housekeeping_cpumask(HK_TYPE_KERNEL_NOISE_BOOT)); WARNING: line length of 87 exceeds 80 columns #278: FILE: kernel/cgroup/cpuset.c:3853: + boot_mirq_le_domain = cpumask_subset(housekeeping_cpumask(HK_TYPE_DOMAIN_BOOT), WARNING: line length of 93 exceeds 80 columns #279: FILE: kernel/cgroup/cpuset.c:3854: + housekeeping_cpumask(HK_TYPE_MANAGED_IRQ_BOOT)); WARNING: Do not crash the kernel unless it is absolutely unavoidable--use WARN_ON_ONCE() plus recovery code (if feasible) instead of BUG() or variants #281: FILE: kernel/cgroup/cpuset.c:3856: + BUG_ON(!alloc_cpumask_var(&isolated_nohz_cpus, GFP_KERNEL)); WARNING: Do not crash the kernel unless it is absolutely unavoidable--use WARN_ON_ONCE() plus recovery code (if feasible) instead of BUG() or variants #286: FILE: kernel/cgroup/cpuset.c:3861: + BUG_ON(!alloc_cpumask_var(&isolated_mirq_cpus, GFP_KERNEL)); total: 0 errors, 10 warnings, 1 checks, 243 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 383b267715f3 ("cgroup/cpuset: Enable runtime update of HK_TYPE_{KERNEL_NOISE,MANAGED_IRQ} cpumasks") 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, 10 warnings, 1 checks, 243 lines checked