Re: [PATCH v2] net: Fix coding style warnings and errors.

2016-05-19 Thread David Miller
From: Amit Ghadge Date: Wed, 18 May 2016 06:46:30 +0530 > This is a patch to clean checkpatch warnings and errors > in the Space.c file. > Clean up the following warnings and errors. > > WARNING : > * Block comments use * on subsequent lines > * Missing a blank line after declarations > * networ

[PATCH v2] net: Fix coding style warnings and errors.

2016-05-17 Thread Amit Ghadge
This is a patch to clean checkpatch warnings and errors in the Space.c file. Clean up the following warnings and errors. WARNING : * Block comments use * on subsequent lines * Missing a blank line after declarations * networking block comments don't use an empty /* line, use /* * please, no space