Skip to content

Commit b47619a

Browse files
aigourenshengshuahkh
authored andcommitted
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>
1 parent a84a0c6 commit b47619a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

tools/testing/selftests/sched/cs_prctl_test.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ static pid_t gettid(void)
4242

4343
#ifndef PR_SCHED_CORE
4444
#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
5050
#endif
5151

5252
#define MAX_PROCESSES 128

0 commit comments

Comments
 (0)