From: Jeffrin Jose Date: Wed, 25 Apr 2012 13:47:29 +0000 (+0530) Subject: net: Fixed a coding style issue related to spaces. X-Git-Tag: v3.5-rc1~109^2~253 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cb75a36c8a1ab68e2dbfbe172f12c792b0c6dba8;p=platform%2Fkernel%2Flinux-exynos.git 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 Signed-off-by: David S. Miller --- diff --git a/net/core/sock.c b/net/core/sock.c index 10605d2..836bca6 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)