| Submitter | Jeffrin Jose |
|---|---|
| Date | April 25, 2012, 2:08 p.m. |
| Message ID | <20120425140852.GA3653@debian.Jeff> |
| Download | mbox | patch |
| Permalink | /patch/154943/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Comments
Patch
diff --git a/net/core/sock.c b/net/core/sock.c index 02f8dfe..65cdc19 100644 --- a/net/core/sock.c +++ b/net/core/sock.c @@ -2556,7 +2556,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)