Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752217AbbFZM2i (ORCPT ); Fri, 26 Jun 2015 08:28:38 -0400 Received: from mail-wi0-f178.google.com ([209.85.212.178]:34991 "EHLO mail-wi0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751849AbbFZM23 (ORCPT ); Fri, 26 Jun 2015 08:28:29 -0400 Date: Fri, 26 Jun 2015 14:34:33 +0200 From: Luis de Bethencourt To: Sunil Shahu Cc: gregkh@linuxfoundation.org, johnny.kim@atmel.com, rachel.kim@atmel.com, dean.lee@atmel.com, chris.park@atmel.com, linux-wireless@vger.kernel.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: wilc1000: host_interface: add spaces around '=' Message-ID: <20150626123430.GA23122@goodgumbo.baconseed.org> References: <1434981181-9822-1-git-send-email-shshahu@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1434981181-9822-1-git-send-email-shshahu@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 Content-Length: 1524 Lines: 37 On Mon, Jun 22, 2015 at 07:23:01PM +0530, Sunil Shahu wrote: > Fix coding style error by placing spaces around '=' as suggested by > checkpatch.pl script. > > Signed-off-by: Sunil Shahu > --- > drivers/staging/wilc1000/host_interface.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/host_interface.c > index 6b10bbb..d1fe73d 100644 > --- a/drivers/staging/wilc1000/host_interface.c > +++ b/drivers/staging/wilc1000/host_interface.c > @@ -7945,8 +7945,8 @@ s32 host_int_get_ipaddress(WILC_WFIDrvHandle hWFIDrv, u8 *u16ipadd, u8 idx) > strHostIFmsg.u16MsgId = HOST_IF_MSG_GET_IPADDRESS; > > strHostIFmsg.uniHostIFmsgBody.strHostIfSetIP.au8IPAddr = u16ipadd; > - strHostIFmsg.drvHandler=hWFIDrv; > - strHostIFmsg.uniHostIFmsgBody.strHostIfSetIP.idx= idx; > + strHostIFmsg.drvHandler = hWFIDrv; > + strHostIFmsg.uniHostIFmsgBody.strHostIfSetIP.idx = idx; > > s32Error = WILC_MsgQueueSend(&gMsgQHostIF, &strHostIFmsg, sizeof(tstrHostIFmsg), NULL); > if (s32Error) { > -- > 1.9.1 > Appliess cleanly on staging-testing. Removes all checkpatch ERRORS related to spaces placing in that file. Reviewed-by: Luis de Bethencourt -- 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/