]> Git Repo - linux.git/commitdiff
sched: Remove the last NULL entry from sched_feat_names
authorHiroshi Shimamoto <[email protected]>
Fri, 25 May 2012 06:42:47 +0000 (15:42 +0900)
committerIngo Molnar <[email protected]>
Wed, 30 May 2012 12:02:27 +0000 (14:02 +0200)
No need to have the last NULL entry.

Signed-off-by: Hiroshi Shimamoto <[email protected]>
Signed-off-by: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
kernel/sched/core.c

index c1679a098fc732a402acfb2c9254ff097496ed15..94d598ac5e64f90ef58182dfcfc7d14eb0a9caa9 100644 (file)
@@ -144,7 +144,6 @@ const_debug unsigned int sysctl_sched_features =
 
 static const char * const sched_feat_names[] = {
 #include "features.h"
-       NULL
 };
 
 #undef SCHED_FEAT
This page took 0.061878 seconds and 4 git commands to generate.