Received: by 10.213.65.68 with SMTP id h4csp193034imn; Tue, 13 Mar 2018 00:40:55 -0700 (PDT) X-Google-Smtp-Source: AG47ELsd6efjmVieTb3ia8qiDYSqsgfUN8wPoxuNK/8c5nlrXb2ctIWNqlg/f6Govxu+1yS1VBy0 X-Received: by 10.101.80.205 with SMTP id s13mr3179053pgp.285.1520926855032; Tue, 13 Mar 2018 00:40:55 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1520926855; cv=none; d=google.com; s=arc-20160816; b=kJKio286llmbYKHWIPjM4X+ejUeFoe3xMomV19CKmSIJ/I5sKhw1hj70FlTP188r7h o1uusdDDkvuxp68b2Z+/usPoKPcsK4dQTpAHW+tkSJnx8u8H3TDCaZntUdt3AAskRnyB JLmARrN8Pn7cQGk+dPoYVIKN7Uoa6QCdulzAAkjv0oleAXTBgTx1vrxYN3I65MG7DlHe KDsttNgRW0s9RW60tGzsQwdNM5DBYTAiBRsnWIMp49CYcuPlGWMEXolkLITXfeuotNDQ HY9Q2fVI56XTHRg3ZRhMwd3vqE08hnPa0WRu8hDWEFMuLW+pTOI8px8cT9yJwQs98jbz lWcw== 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=/nT54IlRxwpv2BnvEa3VLfNvRqy37S93xJTLlgzCILI=; b=XkGVWpfY9ouKNISPVFIHOOBgjJOnoy9IMCGiUKcCx74Kx10udadZTQ9JVZxicca1zk QciGuBgQWRmHWnckCQXhr91jWInzxon6cLPXbhcZG4q2YQeVc5QYjomLI+G67phDoI2u 7gDc7cDy/+urpWLGk9E/8bNLFU1wny8oLi9eqh+MMMzORZssI6m86Rc2lnFYCTurk17z CGQRGyxowsTqV1k/gNzqYTxlyjt6mKvr+qPvygtr5cuRaK40dyzL3BaQz3mvf9Spdq1h qouPZwM+niZbyskshipQQiFaKBjlLQaAcefFUXW4/xH0g9527rM1IUEd58jENvLNWS51 HLBg== 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 d21si7183779pfk.328.2018.03.13.00.40.40; Tue, 13 Mar 2018 00:40:54 -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 S1752059AbeCMHjL (ORCPT + 99 others); Tue, 13 Mar 2018 03:39:11 -0400 Received: from esa1.microchip.iphmx.com ([68.232.147.91]:52114 "EHLO esa1.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751944AbeCMHjK (ORCPT ); Tue, 13 Mar 2018 03:39:10 -0400 X-IronPort-AV: E=Sophos;i="5.47,464,1515481200"; d="scan'208";a="12878090" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa1.microchip.iphmx.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 13 Mar 2018 00:39:10 -0700 Received: from ajaysk-VirtualBox (10.10.76.4) by chn-sv-exch05.mchp-main.com (10.10.76.106) with Microsoft SMTP Server id 14.3.352.0; Tue, 13 Mar 2018 00:39:09 -0700 Date: Tue, 13 Mar 2018 13:09:03 +0530 From: Ajay Singh To: , CC: , Ganesh Krishna , Greg Kroah-Hartman , , Subject: Re: [PATCH] staging: wilc1000: Fix code block alignment Message-ID: <20180313130903.5d9c45a9@ajaysk-VirtualBox> In-Reply-To: <20180312130044.11815-1-hariprasath.elango@gmail.com> References: <20180312130044.11815-1-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 Mon, 12 Mar 2018 18:30:44 +0530 wrote: > From: HariPrasath Elango > > Fix the code alignment for a block of code to adhere to coding > guidelines > > Signed-off-by: HariPrasath Elango Reviewed-by: Ajay Singh Regards, Ajay