Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id DA3D2C6FD19 for ; Thu, 16 Mar 2023 08:27:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229794AbjCPI1x (ORCPT ); Thu, 16 Mar 2023 04:27:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34160 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230223AbjCPI1o (ORCPT ); Thu, 16 Mar 2023 04:27:44 -0400 Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 72F3FB5FFA; Thu, 16 Mar 2023 01:27:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=date:from:to:cc:subject:in-reply-to:message-id: references:mime-version; bh=MX9PWOpl+gczMtq6Tm3f+M+4h8XUnDLXB2g0cF3zAzw=; b=ltiDjQzBUYZCsQcR73I8iQnd1u36LMOBnjeOFe36EYS3w9Qp8tyh5iw2 NoVLBuUhT0EP3xegaN6w3qzRRW2j8D33kIdqoS6vrs1VGO433CkzP+B0q dzzH7d1FDsdm3X2LZo+K4soiDhTS1F3nTmZPX18NRIoIUTVXlnDtugvL0 U=; Authentication-Results: mail3-relais-sop.national.inria.fr; dkim=none (message not signed) header.i=none; spf=SoftFail smtp.mailfrom=julia.lawall@inria.fr; dmarc=fail (p=none dis=none) d=inria.fr X-IronPort-AV: E=Sophos;i="5.98,265,1673910000"; d="scan'208";a="50339159" Received: from dt-lawall.paris.inria.fr ([128.93.67.65]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Mar 2023 09:27:13 +0100 Date: Thu, 16 Mar 2023 09:27:13 +0100 (CET) From: Julia Lawall To: Sumitra Sharma cc: Dan Carpenter , outreachy@lists.linux.dev, manishc@marvell.com, GR-Linux-NIC-Dev@marvell.com, coiby.xu@gmail.com, gregkh@linuxfoundation.org, netdev@vger.kernel.org, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3] Staging: qlge: Fix indentation in conditional statement In-Reply-To: <20230316081428.GA47053@sumitra.com> Message-ID: References: <20230314121152.GA38979@sumitra.com> <6e12c373-2bfd-48d8-b77d-17f710c094f7@kili.mountain> <20230316081428.GA47053@sumitra.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 16 Mar 2023, Sumitra Sharma wrote: > On Wed, Mar 15, 2023 at 10:47:21AM +0300, Dan Carpenter wrote: > > On Tue, Mar 14, 2023 at 05:11:52AM -0700, Sumitra Sharma wrote: > > > Add tabs/spaces in conditional statements in to fix the > > > indentation. > > > > > > Signed-off-by: Sumitra Sharma > > > > > > --- > > > v2: Fix indentation in conditional statement, noted by Dan Carpenter > > > > > > v3: Apply changes to fresh git tree > > > > > > > Thanks! > > > > Reviewed-by: Dan Carpenter > > > > Hi dan, > > Will this be considered as my first accepted patch? :) I think it is accepted only when Greg takes it into his tree and you can have a link for it. julia > > Regards, > > Sumitra > > regards, > > dan carpenter > > > >