Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762276Ab3JQSS7 (ORCPT ); Thu, 17 Oct 2013 14:18:59 -0400 Received: from terminus.zytor.com ([198.137.202.10]:45970 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758031Ab3JQSS5 (ORCPT ); Thu, 17 Oct 2013 14:18:57 -0400 Date: Thu, 17 Oct 2013 11:18:45 -0700 From: tip-bot for Kuppuswamy Sathyanarayanan Message-ID: Cc: linux-kernel@vger.kernel.org, hpa@zytor.com, mingo@kernel.org, david.a.cohen@linux.intel.com, sathyanarayanan.kuppuswamy@linux.intel.com, tglx@linutronix.de, hpa@linux.intel.com Reply-To: mingo@kernel.org, hpa@zytor.com, linux-kernel@vger.kernel.org, sathyanarayanan.kuppuswamy@linux.intel.com, david.a.cohen@linux.intel.com, tglx@linutronix.de, hpa@linux.intel.com In-Reply-To: <1381896701-23476-4-git-send-email-david.a.cohen@linux.intel.com> References: <1381896701-23476-4-git-send-email-david.a.cohen@linux.intel.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:x86/intel-mid] mrst: Fixed checkpatch warnings Git-Commit-ID: ecaf497694f340ae3c751ea5f93abca5a47600da X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.1 (terminus.zytor.com [127.0.0.1]); Thu, 17 Oct 2013 11:18:52 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1430 Lines: 37 Commit-ID: ecaf497694f340ae3c751ea5f93abca5a47600da Gitweb: http://git.kernel.org/tip/ecaf497694f340ae3c751ea5f93abca5a47600da Author: Kuppuswamy Sathyanarayanan AuthorDate: Tue, 15 Oct 2013 21:11:32 -0700 Committer: H. Peter Anvin CommitDate: Wed, 16 Oct 2013 17:16:33 -0700 mrst: Fixed checkpatch warnings Fixed checkpatch warnings in mrst related files. Signed-off-by: Kuppuswamy Sathyanarayanan Link: http://lkml.kernel.org/r/1381896701-23476-4-git-send-email-david.a.cohen@linux.intel.com Signed-off-by: David Cohen Signed-off-by: H. Peter Anvin --- arch/x86/platform/mrst/mrst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/platform/mrst/mrst.c b/arch/x86/platform/mrst/mrst.c index 235a742..2a45eab 100644 --- a/arch/x86/platform/mrst/mrst.c +++ b/arch/x86/platform/mrst/mrst.c @@ -977,7 +977,7 @@ static int __init sfi_parse_devs(struct sfi_table_header *table) case SFI_DEV_TYPE_UART: case SFI_DEV_TYPE_HSI: default: - ; + break; } } return 0; -- 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/