From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752199AbbIPEgL (ORCPT ); Wed, 16 Sep 2015 00:36:11 -0400 Received: from mail-pa0-f44.google.com ([209.85.220.44]:35637 "EHLO mail-pa0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751816AbbIPEfw (ORCPT ); Wed, 16 Sep 2015 00:35:52 -0400 Date: Wed, 16 Sep 2015 10:05:41 +0530 From: Sudip Mukherjee To: Aparna Karuthodi Cc: gregkh@linuxfoundation.org, devel@driverdev.osuosl.org, rachel.kim@atmel.com, linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org, johnny.kim@atmel.com Subject: Re: [PATCH] staging: wilc1000: Removed curly braces Message-ID: <20150916043541.GA3237@sudip-pc> References: <1442325240-3659-1-git-send-email-kdasaparna@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1442325240-3659-1-git-send-email-kdasaparna@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 15, 2015 at 07:24:00PM +0530, Aparna Karuthodi wrote: > Removed the curly braces of a single statement if block to remove a > coding style warning detected by checkpatch. > The warning is given below: > WARNING: braces {} are not necessary for single statement blocks > > Signed-off-by: Aparna Karuthodi > --- This will not apply any more due to recent modification to this file. regards sudip