Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757428AbbBGRT3 (ORCPT ); Sat, 7 Feb 2015 12:19:29 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:59401 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754860AbbBGRT2 (ORCPT ); Sat, 7 Feb 2015 12:19:28 -0500 Date: Sat, 7 Feb 2015 17:42:46 +0800 From: Greg KH To: Pushpendra Singh Cc: linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org, marek.belisko@gmail.com Subject: Re: [PATCH 1/8] staging: ft1000: ft1000-pcmcia: removed unnecessary braces Message-ID: <20150207094246.GA10037@kroah.com> References: <1423219501-18850-1-git-send-email-pushpendra.singh@smartplayin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1423219501-18850-1-git-send-email-pushpendra.singh@smartplayin.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 854 Lines: 24 On Fri, Feb 06, 2015 at 04:14:54PM +0530, Pushpendra Singh wrote: > Removed checkpatch.pl warnings > WARNING: braces {} are not necessary for single statement blocks > + if (tempword == 0xfefe) { > + break; > + } > > Signed-off-by: Pushpendra Singh > --- > drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c | 71 +++++++++--------------- > 1 file changed, 25 insertions(+), 46 deletions(-) This patch doesn't apply to my tree :( Can you please refresh it and resend the series? thanks, greg k-h -- 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/