Skip to content

Commit aa5210f

Browse files
liupingfanpaulmckrcu
authored andcommitted
srcu: Fix a misspelling in comment
s/srcu_gq_seq/srcu_gp_seq/ Signed-off-by: Pingfan Liu <[email protected]> Cc: Lai Jiangshan <[email protected]> Cc: Josh Triplett <[email protected]> Cc: Steven Rostedt <[email protected]> Cc: Mathieu Desnoyers <[email protected]> Cc: <[email protected]> Reviewed-by: Mukesh Ojha <[email protected]> Reviewed-by: Frederic Weisbecker <[email protected]> Signed-off-by: Paul E. McKenney <[email protected]>
1 parent 7f24626 commit aa5210f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/srcutree.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ struct srcu_data {
4949
struct srcu_node {
5050
spinlock_t __private lock;
5151
unsigned long srcu_have_cbs[4]; /* GP seq for children having CBs, but only */
52-
/* if greater than ->srcu_gq_seq. */
52+
/* if greater than ->srcu_gp_seq. */
5353
unsigned long srcu_data_have_cbs[4]; /* Which srcu_data structs have CBs for given GP? */
5454
unsigned long srcu_gp_seq_needed_exp; /* Furthest future exp GP. */
5555
struct srcu_node *srcu_parent; /* Next up in tree. */

0 commit comments

Comments
 (0)