Skip to content

Commit 65bb0dc

Browse files
sj-awspaulmckrcu
authored andcommitted
rcu: Fix typos in file-header comments
Convert to plural and add a note that this is for Tree RCU. Signed-off-by: SeongJae Park <[email protected]> Signed-off-by: Paul E. McKenney <[email protected]>
1 parent 8ff3729 commit 65bb0dc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

kernel/rcu/srcutree.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Copyright (C) IBM Corporation, 2006
66
* Copyright (C) Fujitsu, 2012
77
*
8-
* Author: Paul McKenney <[email protected]>
8+
* Authors: Paul McKenney <[email protected]>
99
* Lai Jiangshan <[email protected]>
1010
*
1111
* For detailed explanation of Read-Copy Update mechanism see -

kernel/rcu/tree.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// SPDX-License-Identifier: GPL-2.0+
22
/*
3-
* Read-Copy Update mechanism for mutual exclusion
3+
* Read-Copy Update mechanism for mutual exclusion (tree-based version)
44
*
55
* Copyright IBM Corporation, 2008
66
*
77
* Authors: Dipankar Sarma <[email protected]>
88
* Manfred Spraul <[email protected]>
9-
* Paul E. McKenney <[email protected]> Hierarchical version
9+
* Paul E. McKenney <[email protected]>
1010
*
1111
* Based on the original work by Paul McKenney <[email protected]>
1212
* and inputs from Rusty Russell, Andrea Arcangeli and Andi Kleen.

0 commit comments

Comments
 (0)