Skip to content

Commit 7997a45

Browse files
h-shimamotoIngo Molnar
authored andcommitted
sched: Remove the last NULL entry from sched_feat_names
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]>
1 parent 1292531 commit 7997a45

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kernel/sched/core.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ const_debug unsigned int sysctl_sched_features =
144144

145145
static const char * const sched_feat_names[] = {
146146
#include "features.h"
147-
NULL
148147
};
149148

150149
#undef SCHED_FEAT

0 commit comments

Comments
 (0)