Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754777Ab2EYGvP (ORCPT ); Fri, 25 May 2012 02:51:15 -0400 Received: from TYO201.gate.nec.co.jp ([202.32.8.193]:51675 "EHLO tyo201.gate.nec.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751679Ab2EYGvM (ORCPT ); Fri, 25 May 2012 02:51:12 -0400 Message-ID: <4FBF29E7.5020805@ct.jp.nec.com> Date: Fri, 25 May 2012 15:42:47 +0900 From: Hiroshi Shimamoto User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: Ingo Molnar , Peter Zijlstra , "linux-kernel@vger.kernel.org" Subject: [PATCH 2/3] sched: Remove the last NULL entry from sched_feat_names References: <4FBF29B2.9030904@ct.jp.nec.com> In-Reply-To: <4FBF29B2.9030904@ct.jp.nec.com> Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 808 Lines: 29 From: Hiroshi Shimamoto No need to have the last NULL entry. Signed-off-by: Hiroshi Shimamoto --- kernel/sched/core.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/kernel/sched/core.c b/kernel/sched/core.c index e8e595a..621b10c 100644 --- a/kernel/sched/core.c +++ b/kernel/sched/core.c @@ -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 -- 1.7.7.6 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/