mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-04-13 09:59:31 +00:00
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>
This commit is contained in:
parent
a84a0c6a6d
commit
b47619a3a3
1 changed files with 5 additions and 5 deletions
|
@ -42,11 +42,11 @@ static pid_t gettid(void)
|
|||
|
||||
#ifndef PR_SCHED_CORE
|
||||
#define PR_SCHED_CORE 62
|
||||
# define PR_SCHED_CORE_GET 0
|
||||
# define PR_SCHED_CORE_CREATE 1 /* create unique core_sched cookie */
|
||||
# define PR_SCHED_CORE_SHARE_TO 2 /* push core_sched cookie to pid */
|
||||
# define PR_SCHED_CORE_SHARE_FROM 3 /* pull core_sched cookie to pid */
|
||||
# define PR_SCHED_CORE_MAX 4
|
||||
#define PR_SCHED_CORE_GET 0
|
||||
#define PR_SCHED_CORE_CREATE 1 /* create unique core_sched cookie */
|
||||
#define PR_SCHED_CORE_SHARE_TO 2 /* push core_sched cookie to pid */
|
||||
#define PR_SCHED_CORE_SHARE_FROM 3 /* pull core_sched cookie to pid */
|
||||
#define PR_SCHED_CORE_MAX 4
|
||||
#endif
|
||||
|
||||
#define MAX_PROCESSES 128
|
||||
|
|
Loading…
Add table
Reference in a new issue