Skip to content
Snippets Groups Projects
Commit cb75a36c authored by Jeffrin Jose's avatar Jeffrin Jose Committed by David S. Miller
Browse files

net: Fixed a coding style issue related to spaces.


Fixed a coding style issue relating to spaces
in net/core/sock.c

Signed-off-by: default avatarJeffrin Jose <ahiliation@yahoo.co.in>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 82981930
No related branches found
No related tags found
No related merge requests found
......@@ -2564,7 +2564,7 @@ static char proto_method_implemented(const void *method)
}
static long sock_prot_memory_allocated(struct proto *proto)
{
return proto->memory_allocated != NULL ? proto_memory_allocated(proto): -1L;
return proto->memory_allocated != NULL ? proto_memory_allocated(proto) : -1L;
}
static char *sock_prot_memory_pressure(struct proto *proto)
......
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