From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756052AbcILJBH (ORCPT ); Mon, 12 Sep 2016 05:01:07 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:60150 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751449AbcILJBF (ORCPT ); Mon, 12 Sep 2016 05:01:05 -0400 Date: Mon, 12 Sep 2016 11:01:11 +0200 From: Greg KH To: Sabitha George Cc: wsa@the-dreams.de, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/5] staging: ks7010: Fix coding style warning in ks7010_sdio.c Message-ID: <20160912090110.GA22643@kroah.com> References: <1472922348-14597-1-git-send-email-sabitha.george@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1472922348-14597-1-git-send-email-sabitha.george@gmail.com> User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Sep 03, 2016 at 10:35:48PM +0530, Sabitha George wrote: > This patch fixes the coding style warning ' braces {} are not > necessary for single statement blocks' found by checkpatch.pl > > Signed-off-by: Sabitha George > --- > drivers/staging/ks7010/ks7010_sdio.c | 41 +++++++++++++++--------------------- > 1 file changed, 17 insertions(+), 24 deletions(-) This patch doesn't apply, so please refresh this series against my latest tree and resend. thanks, greg k-h