提交 eb8dc5e7 编写于 作者: T Tim Pepper 提交者: Adrian Bunk

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: NTim Pepper <lnxninja@linux.vnet.ibm.com>
Acked-by: NNick Piggin <npiggin@suse.de>
Signed-off-by: NAdrian Bunk <bunk@kernel.org>
上级 48cc7ec9
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册