Skip to content

Commit

Permalink
sched: Remove the last NULL entry from sched_feat_names
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Hiroshi Shimamoto authored and Ingo Molnar committed May 30, 2012
1 parent 1292531 commit 7997a45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kernel/sched/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7997a45

Please sign in to comment.