[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1440720349-10448-1-git-send-email-sakiwit@gmail.com>
Date: Thu, 27 Aug 2015 18:05:49 -0600
From: Jεan Sacren <sakiwit@...il.com>
To: netdev@...r.kernel.org
Cc: Hideo Aoki <haoki@...hat.com>
Subject: [PATCH net-next] sock: fix kernel doc error
From: Jean Sacren <sakiwit@...il.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@...il.com>
Cc: Hideo Aoki <haoki@...hat.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)
*/
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists