* [PATCH net-next] sock: fix kernel doc error
@ 2015-08-28 0:05 Jεan Sacren
2015-08-28 0:13 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Jεan Sacren @ 2015-08-28 0:05 UTC (permalink / raw)
To: netdev; +Cc: Hideo Aoki
From: Jean Sacren <sakiwit@gmail.com>
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>
---
net/core/sock.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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:
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)
*/
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-08-28 0:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-28 0:05 [PATCH net-next] sock: fix kernel doc error Jεan Sacren
2015-08-28 0:13 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).