dect
/
linux-2.6
Archived
13
0
Fork 0

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: Jeffrin Jose <ahiliation@yahoo.co.in>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Jeffrin Jose 2012-04-25 19:17:29 +05:30 committed by David S. Miller
parent 8298193012
commit cb75a36c8a
1 changed files with 1 additions and 1 deletions

View File

@ -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)