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 <drv@xxxxxxxxx> > > --- > > > > 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. > > thank you, > > fabio