Skip to content
Commit 6104503c authored by Amit Ghadge's avatar Amit Ghadge Committed by David S. Miller
Browse files

net: Fix coding style warnings and errors.



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 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: default avatarAmit Ghadge <amitg.b14@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 87553aa5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment