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

2016-05-17 Thread Amit Ghadge
before tabs * please, no spaces at the start of a line * line over 80 characters ERROR : * code indent should use tabs where possible * space prohibited after that open parenthesis '(' Signed-off-by: Amit Ghadge <amitg@gmail.com> --- Changes v2 : - Added space between the "/

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

2016-05-17 Thread Amit Ghadge
On Tue, May 17, 2016 at 02:01:52PM -0400, David Miller wrote: > > Whenever you have to make changes to a patch within a series, you must always > resubmit the entire series, not just the one that need changes. You want say submit patch with version series v1, v2 or patches series? If that is

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

2016-05-17 Thread Amit Ghadge
before tabs * please, no spaces at the start of a line * line over 80 characters ERROR : * code indent should use tabs where possible * space prohibited after that open parenthesis '(' Signed-off-by: Amit Ghadge <amitg@gmail.com> --- Changes v2 : - Added space between the "/

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

2016-05-16 Thread Amit Ghadge
before tabs * WARNING: please, no spaces at the start of a line * WARNING: line over 80 characters * ERROR: space prohibited after that open parenthesis '(' Signed-off-by: Amit Ghadge <amitg@gmail.com> --- drivers/net/Space.c | 21 ++--- 1 file changed, 10 insertions(