diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-03-19 09:48:38 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-03-20 12:26:16 +0100 |
commit | aee547b97b398d6d40aef4e45f4eb80c10862930 (patch) | |
tree | 344786ee862e373a507add453ce4b4917c7b49cf /src/basic/missing_sched.h | |
parent | basic/missing_*.h: add asserts that the values are as expected (diff) | |
download | systemd-aee547b97b398d6d40aef4e45f4eb80c10862930.tar.xz systemd-aee547b97b398d6d40aef4e45f4eb80c10862930.zip |
basic/missing_*.h: indentation tweaks
Diffstat (limited to 'src/basic/missing_sched.h')
-rw-r--r-- | src/basic/missing_sched.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/basic/missing_sched.h b/src/basic/missing_sched.h index 556cf55fc4..b8109d30ac 100644 --- a/src/basic/missing_sched.h +++ b/src/basic/missing_sched.h @@ -25,10 +25,11 @@ assert_cc(CLONE_NEWTIME == 0x00000080); assert_cc(PF_KTHREAD == 0x00200000); #endif -/* The maximum thread/process name length including trailing NUL byte. This mimics the kernel definition of the same - * name, which we need in userspace at various places but is not defined in userspace currently, neither under this - * name nor any other. */ -/* Not exposed yet. Defined at include/linux/sched.h */ +/* The maximum thread/process name length including trailing NUL byte. This mimics the kernel definition of + * the same name, which we need in userspace at various places but is not defined in userspace currently, + * neither under this name nor any other. + * + * Not exposed yet. Defined at include/linux/sched.h */ #ifndef TASK_COMM_LEN # define TASK_COMM_LEN 16 #else |