net: Fixed a coding style issue related to spaces.
authorJeffrin Jose <ahiliation@yahoo.co.in>
Wed, 25 Apr 2012 13:47:29 +0000 (19:17 +0530)
committerDavid S. Miller <davem@davemloft.net>
Sun, 29 Apr 2012 01:45:00 +0000 (21:45 -0400)
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>
net/core/sock.c

index 10605d2..836bca6 100644 (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)