Skip to content

Commit

Permalink
sock: fix kernel doc error
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jean Sacren authored and David S. Miller committed Aug 28, 2015
1 parent b0f6446 commit 69dba9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/core/sock.c
Original file line number Diff line number Diff line change
Expand Up @@ -2078,7 +2078,7 @@ int __sk_mem_schedule(struct sock *sk, int size, int kind)
EXPORT_SYMBOL(__sk_mem_schedule);

/**
* __sk_reclaim - reclaim memory_allocated
* __sk_mem_reclaim - reclaim memory_allocated
* @sk: socket
* @amount: number of bytes (rounded down to a SK_MEM_QUANTUM multiple)
*/
Expand Down

0 comments on commit 69dba9b

Please sign in to comment.