From: Tim Pepper There is an unmatched parenthesis in the locking commentary of radix_tree.h which is trivially fixed by the patch below. Signed-off-by: Tim Pepper Acked-by: Nick Piggin Signed-off-by: Andrew Morton --- include/linux/radix-tree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/radix-tree.h~radix_treeh-trivial-comment-correction include/linux/radix-tree.h --- a/include/linux/radix-tree.h~radix_treeh-trivial-comment-correction +++ a/include/linux/radix-tree.h @@ -91,7 +91,7 @@ do { \ * * For API usage, in general, * - any function _modifying_ the tree or tags (inserting or deleting - * items, setting or clearing tags must exclude other modifications, and + * items, setting or clearing tags) must exclude other modifications, and * exclude any functions reading the tree. * - any function _reading_ the tree or tags (looking up items or tags, * gang lookups) must exclude modifications to the tree, but may occur _