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 <kernelfans@gmail.com> Cc: Lai Jiangshan <jiangshanlai@gmail.com> Cc: Josh Triplett <josh@joshtriplett.org> Cc: Steven Rostedt <rostedt@goodmis.org> Cc: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> Cc: <rcu@vger.kernel.org> Reviewed-by: Mukesh Ojha <quic_mojha@quicinc.com> Reviewed-by: Frederic Weisbecker <frederic@kernel.org> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
1 parent 7f24626 commit aa5210f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)