Commit eb8dc5e7b58bfe56aa91bcc501b62f214bb401e8

Authored by Tim Pepper
Committed by Adrian Bunk
1 parent 48cc7ec93f

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

include/linux/radix-tree.h
... ... @@ -91,7 +91,7 @@
91 91 *
92 92 * For API usage, in general,
93 93 * - any function _modifying_ the tree or tags (inserting or deleting
94   - * items, setting or clearing tags must exclude other modifications, and
  94 + * items, setting or clearing tags) must exclude other modifications, and
95 95 * exclude any functions reading the tree.
96 96 * - any function _reading_ the tree or tags (looking up items or tags,
97 97 * gang lookups) must exclude modifications to the tree, but may occur