aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/radix-tree.h
diff options
context:
space:
mode:
authorTim Pepper <lnxninja@linux.vnet.ibm.com>2008-02-03 16:12:47 +0200
committerAdrian Bunk <bunk@kernel.org>2008-02-03 16:12:47 +0200
commiteb8dc5e7b58bfe56aa91bcc501b62f214bb401e8 (patch)
treea14cccf94ba18e09e224fd8bdf395e362fec6c45 /include/linux/radix-tree.h
parentcorrect missing a double quote in configfs.txt (diff)
downloadlinux-dev-eb8dc5e7b58bfe56aa91bcc501b62f214bb401e8.tar.xz
linux-dev-eb8dc5e7b58bfe56aa91bcc501b62f214bb401e8.zip
radix_tree.h trivial comment correction
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 <lnxninja@linux.vnet.ibm.com> Acked-by: Nick Piggin <npiggin@suse.de> Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'include/linux/radix-tree.h')
-rw-r--r--include/linux/radix-tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/radix-tree.h b/include/linux/radix-tree.h
index b6116b4445c7..b8ce2b444bb5 100644
--- a/include/linux/radix-tree.h
+++ b/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