aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLihao Liang <lianglihao@huawei.com>2017-12-21 03:16:10 -0500
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>2018-02-20 19:10:25 -0500
commit30a050defbca46f60a04f22dc4306612eeaaf04b (patch)
tree1794ecd5859aa32feba1c543ee31a996e506af17
parentf4f2cf8bd8e3f6a802b6123bbde795d948560342 (diff)
doc: Fix typo in rcu_head comments
Signed-off-by: Lihao Liang <lianglihao@huawei.com> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
-rw-r--r--include/linux/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/types.h b/include/linux/types.h
index c94d59ef96cc..ec13d02b3481 100644
--- a/include/linux/types.h
+++ b/include/linux/types.h
@@ -217,7 +217,7 @@ struct ustat {
217 * 217 *
218 * This guarantee is important for few reasons: 218 * This guarantee is important for few reasons:
219 * - future call_rcu_lazy() will make use of lower bits in the pointer; 219 * - future call_rcu_lazy() will make use of lower bits in the pointer;
220 * - the structure shares storage spacer in struct page with @compound_head, 220 * - the structure shares storage space in struct page with @compound_head,
221 * which encode PageTail() in bit 0. The guarantee is needed to avoid 221 * which encode PageTail() in bit 0. The guarantee is needed to avoid
222 * false-positive PageTail(). 222 * false-positive PageTail().
223 */ 223 */