sched: Remove the last NULL entry from sched_feat_names
No need to have the last NULL entry. Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com> Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Link: http://lkml.kernel.org/r/4FBF29E7.5020805@ct.jp.nec.com Signed-off-by: Ingo Molnar <mingo@kernel.org>
This commit is contained in:
parent
1292531f6f
commit
7997a456ef
@ -144,7 +144,6 @@ const_debug unsigned int sysctl_sched_features =
|
|||||||
|
|
||||||
static const char * const sched_feat_names[] = {
|
static const char * const sched_feat_names[] = {
|
||||||
#include "features.h"
|
#include "features.h"
|
||||||
NULL
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#undef SCHED_FEAT
|
#undef SCHED_FEAT
|
||||||
|
Loading…
Reference in New Issue
Block a user