projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8298193
)
net: Fixed a coding style issue related to spaces.
author
Jeffrin Jose
<ahiliation@yahoo.co.in>
Wed, 25 Apr 2012 13:47:29 +0000
(19:17 +0530)
committer
David 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
patch
|
blob
|
blame
|
history
diff --git
a/net/core/sock.c
b/net/core/sock.c
index 10605d2ec8606ad2860c88903aa2572bd914ab51..836bca6485f5c02bc5d47bcce489f02c968e725a 100644
(file)
--- 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)