From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ed1-f48.google.com (mail-ed1-f48.google.com [209.85.208.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7A9D171 for ; Wed, 21 Apr 2021 17:54:29 +0000 (UTC) Received: by mail-ed1-f48.google.com with SMTP id d21so30277392edv.9 for ; Wed, 21 Apr 2021 10:54:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=NNHrI9PudBGjVSwUN3nmEntVSmixq7OdjkvqE9eSJV4=; b=ZTZzpQTGenymX5Ef0xQGOxHKMY5SJsxboIZ2xb2iornwvQSBmKb3VLgHdi4Dsgkjim 2Z7CvQIHDwAhYF0ceuXebraEHsNz2HAKyze0cu2w0SoRz4aXFlIBalc/eFYAMLAaW8VE 8yjq8WV7Ap7bqiU5MVYCSPGKF41pSlOmHTX4jzTwMgymIJDaSecJeZP3deisFeWLPVfP qunVK7nsBexehZ/swxeLlxSYYiheTnRQ6t/xhI7Xb2xMSs3hMxPfaN3vpyDHAIl3PPyz mU83OGwLbHPvC4417/9cvL7ynK1QnhYf2yNWl1gMMoz/XGr1iZTC0jYknNcrYknD9o15 X7pA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=NNHrI9PudBGjVSwUN3nmEntVSmixq7OdjkvqE9eSJV4=; b=B85UwVPU8eGqWt2AO4pf3p5OGN53wqQqxvHYqb9bEL7NQXYP4lw5ew/ea6ix7YhPSQ tNgGmw6ntrHB5WuIOPIjft1aBqzaW3fxAp4zCTZ82PBJtpuNCuXJ6FSmPn5Jwwel9yRn kc7mXdaj0qaCdPWMYk3Zk4P2fzzYmZRZMAL47NRceDbWr1p1jsRa36hfiIJkyIBgmayz j9PWZopVWYoeIO5GgHqje4oKJev7rCD8DGq41LwWCttSXRFTcyreTL+vUWdF/1iYsjVx XgstaUApUe5NVpJT4mhLKIEkpWNodDZCM6cVQ6FQqp+w94z2XZhzjny7jzDiRI8/j3q0 q/iw== X-Gm-Message-State: AOAM532qSZVI4oVqTF4KZ71bdCHmKk2HeKOWtgaTL/YUGHHsj1/szTIc a30rjeGG3+5t9XcY9vik8n8= X-Google-Smtp-Source: ABdhPJwWYyF5WLRhLUbucnYzQEisWLDY1LAD4e5mzjMEsW6upH0WHg13lY+gcqMV8KhNEUjdeunO5g== X-Received: by 2002:a50:e607:: with SMTP id y7mr40639278edm.18.1619027668091; Wed, 21 Apr 2021 10:54:28 -0700 (PDT) Received: from agape.jhs ([5.171.81.3]) by smtp.gmail.com with ESMTPSA id t4sm93905edd.6.2021.04.21.10.54.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 21 Apr 2021 10:54:27 -0700 (PDT) Date: Wed, 21 Apr 2021 19:54:24 +0200 From: Fabio Aiuto To: Deepak R Varma Cc: Mauro Carvalho Chehab , Sakari Ailus , Greg Kroah-Hartman , linux-media@vger.kernel.org, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, mh12gx2825@gmail.com Subject: Re: [PATCH v1 4/6] staging: media: atomisp: reformat code comment blocks Message-ID: <20210421175423.GC1414@agape.jhs> References: <20210421171045.GB1414@agape.jhs> <20210421175144.GA224467@localhost> X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210421175144.GA224467@localhost> User-Agent: Mutt/1.10.1 (2018-07-13) On Wed, Apr 21, 2021 at 11:21:44PM +0530, Deepak R Varma wrote: > On Wed, Apr 21, 2021 at 07:10:46PM +0200, Fabio Aiuto wrote: > > On Wed, Apr 21, 2021 at 10:26:09PM +0530, Deepak R Varma wrote: > > > Reformat code comment blocks according to the coding style guidelines. > > > This resolves different checkpatch script WARNINGs around block comments. > > > > > > Signed-off-by: Deepak R Varma > > > --- > > > > > > Changes in v1: > > > - implement following changes suggested by Fabio Aiuto > > > a. Corrected commenting style > > > b. Similar style implemented for other comment blocks in > > > the same files. > > > > If you want to tag me you should add the Suggested-by: tag in commit message > > before Signed-off-by tag... > > > > $ vim +485 Documentation/process/submitting-patches.rst > > Yes, perfect. I will tag you in v3 accordingly. > > Thank you. > deepak. feel free, you don't need:) > > > > > thank you, > > > > fabio > > thank you, fabio