Received: by 10.213.65.68 with SMTP id h4csp1014523imn; Wed, 14 Mar 2018 07:09:45 -0700 (PDT) X-Google-Smtp-Source: AG47ELsKhjPH4sVV2q+XCoY13LKEoaA1SSG+8Q+z5Zj2VBBiyBLPosUdOxLv5oEdyONBGsM6YCfI X-Received: by 10.99.113.93 with SMTP id b29mr3834303pgn.243.1521036585918; Wed, 14 Mar 2018 07:09:45 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521036585; cv=none; d=google.com; s=arc-20160816; b=ZItXXN43Vo4cbIMFhNPHxo0gOSQCrqVqePqvXCRkBk/CE596kik+EbMkgFa/wJk4kV iz0lB56qSj7GujnMwpctrjoxb3DL8zJlOmL8mzFKW/hJwM01s3o484pL9iJqPj6DL2V/ 73kd7r0BZcjSTGPJnwWf2UXssD0PTiE0+s91ohkT9I65Rybys0JTcBu7K+ZiX/UjlIW8 m7INkUFPj5ctjlzX6vsNDvv29K34mT6w8ViLGc00EN0+IEYvZDgNLB1EysoALKnVSHRw z9A+JCN+71GIcquC/3nDdpYMR8X82e6ptWBdJzOv+NQvRqsMPuJg964wcu2YubwL4htV wfsg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date:arc-authentication-results; bh=ggDT7ipP1XUU9wwTKRVlnJvsQr/Xp6m1GYTgwlDvgdI=; b=M9BPoUkT+vT81NT/kDiSbtxGa/qNqbVGnaLHJALJlj3uldXMg8jEfjkY9kcMBGupve gL5rXXTaqVTH1eg58H6N2RESTz7D9J4/HXThgge3sL7Z+7uh5t85oKjLRyq0PllnVbjS RF8RpVDVIRAwijPclCcJ/K428khH8dFLHg02tB2beJiGBlWfim9CUBTsGreSHz3lm/vq EjCz5CCNH6VVQBCaYo9EWFCob0fsfUgVOeUcGR0cHCf0XswCt9oCYuwKab4Nb00J7102 8P7TgOHa3ewegiTem4GduZzDDIX5Y80MddgpHIco3ZINDC7guW92xnN9KYJBRBP5t8+Z eHcA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id o33-v6si1995111plb.412.2018.03.14.07.09.27; Wed, 14 Mar 2018 07:09:45 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751386AbeCNOIN (ORCPT + 99 others); Wed, 14 Mar 2018 10:08:13 -0400 Received: from esa5.microchip.iphmx.com ([216.71.150.166]:57176 "EHLO esa5.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750779AbeCNOIM (ORCPT ); Wed, 14 Mar 2018 10:08:12 -0400 X-IronPort-AV: E=Sophos;i="5.47,470,1515481200"; d="scan'208";a="10189126" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa5.microchip.iphmx.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 14 Mar 2018 07:08:13 -0700 Received: from ajaysk-VirtualBox (10.10.76.4) by chn-sv-exch02.mchp-main.com (10.10.76.38) with Microsoft SMTP Server id 14.3.352.0; Wed, 14 Mar 2018 07:08:10 -0700 Date: Wed, 14 Mar 2018 19:38:03 +0530 From: Ajay Singh To: CC: , , , , , Subject: Re: [PATCH 6/7] staging: wilc1000: remove unwanted braces and correct code alignment Message-ID: <20180314193803.39bdd142@ajaysk-VirtualBox> In-Reply-To: <31227bdc32df8b76d6a81ca224e1381020f681df.1521030891.git.hariprasath.elango@gmail.com> References: <31227bdc32df8b76d6a81ca224e1381020f681df.1521030891.git.hariprasath.elango@gmail.com> Organization: Microchip Techonology X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 14 Mar 2018 18:15:04 +0530 wrote: > From: HariPrasath Elango > > Remove the unwated brace and corrected the code block alignment > accordingly Changes done in this patch are already taken care. Today, Greg has applied the patch which had these changes. This patch can be ignore from the patchset. Regards, Ajay