]> Pileus Git - ~andy/linux/commitdiff
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 10605d2ec8606ad2860c88903aa2572bd914ab51..836bca6485f5c02bc5d47bcce489f02c968e725a 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)