CHECK: spaces preferred around that '*' (ctx:WxO) #41: FILE: include/linux/ns_common.h:27: + struct cgroup_namespace *: &(__ns)->ns, \ ^ ERROR: spaces required around that ':' (ctx:OxW) #41: FILE: include/linux/ns_common.h:27: + struct cgroup_namespace *: &(__ns)->ns, \ ^ CHECK: spaces preferred around that '*' (ctx:WxO) #42: FILE: include/linux/ns_common.h:28: + struct ipc_namespace *: &(__ns)->ns, \ ^ ERROR: spaces required around that ':' (ctx:OxW) #42: FILE: include/linux/ns_common.h:28: + struct ipc_namespace *: &(__ns)->ns, \ ^ CHECK: spaces preferred around that '*' (ctx:WxO) #43: FILE: include/linux/ns_common.h:29: + struct mnt_namespace *: &(__ns)->ns, \ ^ ERROR: spaces required around that ':' (ctx:OxW) #43: FILE: include/linux/ns_common.h:29: + struct mnt_namespace *: &(__ns)->ns, \ ^ CHECK: spaces preferred around that '*' (ctx:WxO) #44: FILE: include/linux/ns_common.h:30: + struct net *: &(__ns)->ns, \ ^ ERROR: spaces required around that ':' (ctx:OxW) #44: FILE: include/linux/ns_common.h:30: + struct net *: &(__ns)->ns, \ ^ CHECK: spaces preferred around that '*' (ctx:WxO) #45: FILE: include/linux/ns_common.h:31: + struct pid_namespace *: &(__ns)->ns, \ ^ ERROR: spaces required around that ':' (ctx:OxW) #45: FILE: include/linux/ns_common.h:31: + struct pid_namespace *: &(__ns)->ns, \ ^ CHECK: spaces preferred around that '*' (ctx:WxO) #46: FILE: include/linux/ns_common.h:32: + struct time_namespace *: &(__ns)->ns, \ ^ ERROR: spaces required around that ':' (ctx:OxW) #46: FILE: include/linux/ns_common.h:32: + struct time_namespace *: &(__ns)->ns, \ ^ CHECK: spaces preferred around that '*' (ctx:WxO) #47: FILE: include/linux/ns_common.h:33: + struct user_namespace *: &(__ns)->ns, \ ^ ERROR: spaces required around that ':' (ctx:OxW) #47: FILE: include/linux/ns_common.h:33: + struct user_namespace *: &(__ns)->ns, \ ^ CHECK: spaces preferred around that '*' (ctx:WxO) #48: FILE: include/linux/ns_common.h:34: + struct uts_namespace *: &(__ns)->ns) ^ ERROR: spaces required around that ':' (ctx:OxW) #48: FILE: include/linux/ns_common.h:34: + struct uts_namespace *: &(__ns)->ns) ^ total: 8 errors, 0 warnings, 8 checks, 47 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 f6476e10604e ("ns: move to_ns_common() to ns_common.h") 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.