diff options
author | Jean Sacren <sakiwit@gmail.com> | 2015-08-27 20:05:49 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-08-27 20:12:41 -0400 |
commit | 69dba9bbc50609f19ee89d62d5199c81fcbc74b2 (patch) | |
tree | 18d17bf74574e2748a2b345cac237cf854424b99 /net/core/sock.c | |
parent | b0f6446377e72bcabafe83d29bf6a2f6dd19d0b0 (diff) |
sock: fix kernel doc error
The symbol '__sk_reclaim' is not present in the current tree. Apparently
'__sk_reclaim' was meant to be '__sk_mem_reclaim', so fix it with the
right symbol name for the kernel doc.
Signed-off-by: Jean Sacren <sakiwit@gmail.com>
Cc: Hideo Aoki <haoki@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/sock.c')
-rw-r--r-- | net/core/sock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/sock.c b/net/core/sock.c index 193901d09757..ca2984afe16e 100644 --- a/net/core/sock.c +++ b/net/core/sock.c | |||
@@ -2078,7 +2078,7 @@ suppress_allocation: | |||
2078 | EXPORT_SYMBOL(__sk_mem_schedule); | 2078 | EXPORT_SYMBOL(__sk_mem_schedule); |
2079 | 2079 | ||
2080 | /** | 2080 | /** |
2081 | * __sk_reclaim - reclaim memory_allocated | 2081 | * __sk_mem_reclaim - reclaim memory_allocated |
2082 | * @sk: socket | 2082 | * @sk: socket |
2083 | * @amount: number of bytes (rounded down to a SK_MEM_QUANTUM multiple) | 2083 | * @amount: number of bytes (rounded down to a SK_MEM_QUANTUM multiple) |
2084 | */ | 2084 | */ |