summaryrefslogtreecommitdiffstats
path: root/net/core
diff options
context:
space:
mode:
authorJeffrin Jose <ahiliation@yahoo.co.in>2012-04-25 19:17:29 +0530
committerDavid S. Miller <davem@davemloft.net>2012-04-28 21:45:00 -0400
commitcb75a36c8a1ab68e2dbfbe172f12c792b0c6dba8 (patch)
tree3ec47675cd372e442f070b901baa19439a3dd8fc /net/core
parent82981930125abfd39d7c8378a9cfdf5e1be2002b (diff)
downloadlinux-cb75a36c8a1ab68e2dbfbe172f12c792b0c6dba8.tar.gz
linux-cb75a36c8a1ab68e2dbfbe172f12c792b0c6dba8.tar.xz
linux-cb75a36c8a1ab68e2dbfbe172f12c792b0c6dba8.zip
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>
Diffstat (limited to 'net/core')
-rw-r--r--net/core/sock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/sock.c b/net/core/sock.c
index 10605d2ec860..836bca6485f5 100644
--- a/net/core/sock.c
+++ b/net/core/sock.c
@@ -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)