Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

selftests/sched: fix code format issues

There are extra spaces in the middle of #define. It is recommended
to delete the spaces to make the code look more comfortable.

Signed-off-by: aigourensheng <shechenglong001@gmail.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>

authored by

aigourensheng and committed by
Shuah Khan
b47619a3 a84a0c6a

+5 -5
+5 -5
tools/testing/selftests/sched/cs_prctl_test.c
··· 42 42 43 43 #ifndef PR_SCHED_CORE 44 44 #define PR_SCHED_CORE 62 45 - # define PR_SCHED_CORE_GET 0 46 - # define PR_SCHED_CORE_CREATE 1 /* create unique core_sched cookie */ 47 - # define PR_SCHED_CORE_SHARE_TO 2 /* push core_sched cookie to pid */ 48 - # define PR_SCHED_CORE_SHARE_FROM 3 /* pull core_sched cookie to pid */ 49 - # define PR_SCHED_CORE_MAX 4 45 + #define PR_SCHED_CORE_GET 0 46 + #define PR_SCHED_CORE_CREATE 1 /* create unique core_sched cookie */ 47 + #define PR_SCHED_CORE_SHARE_TO 2 /* push core_sched cookie to pid */ 48 + #define PR_SCHED_CORE_SHARE_FROM 3 /* pull core_sched cookie to pid */ 49 + #define PR_SCHED_CORE_MAX 4 50 50 #endif 51 51 52 52 #define MAX_PROCESSES 128