[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20140521201722.c4b2f39d062752c04e1b446c@skynet.be>
Date: Wed, 21 May 2014 20:17:22 +0200
From: Fabian Frederick <fabf@...net.be>
To: linux-kernel <linux-kernel@...r.kernel.org>
Cc: akpm <akpm@...ux-foundation.org>,
Johannes Weiner <hannes@...xchg.org>
Subject: [PATCH 1/1] lib/radix-tree.c: kernel-doc warning fix
index has been removed from __radix_tree_delete_node in
449dd6984d0e47
("mm: keep page cache radix tree nodes in check")
Cc: Johannes Weiner <hannes@...xchg.org>
Cc: Andrew Morton <akpm@...ux-foundation.org>
Signed-off-by: Fabian Frederick <fabf@...net.be>
---
lib/radix-tree.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/lib/radix-tree.c b/lib/radix-tree.c
index 9599aa7..5925956 100644
--- a/lib/radix-tree.c
+++ b/lib/radix-tree.c
@@ -1296,7 +1296,6 @@ static inline void radix_tree_shrink(struct radix_tree_root *root)
/**
* __radix_tree_delete_node - try to free node after clearing a slot
* @root: radix tree root
- * @index: index key
* @node: node containing @index
*
* After clearing the slot at @index in @node from radix tree
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists