mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
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>
This commit is contained in:
parent
7f24626d6d
commit
aa5210f524
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ struct srcu_data {
|
||||||
struct srcu_node {
|
struct srcu_node {
|
||||||
spinlock_t __private lock;
|
spinlock_t __private lock;
|
||||||
unsigned long srcu_have_cbs[4]; /* GP seq for children having CBs, but only */
|
unsigned long srcu_have_cbs[4]; /* GP seq for children having CBs, but only */
|
||||||
/* if greater than ->srcu_gq_seq. */
|
/* if greater than ->srcu_gp_seq. */
|
||||||
unsigned long srcu_data_have_cbs[4]; /* Which srcu_data structs have CBs for given GP? */
|
unsigned long srcu_data_have_cbs[4]; /* Which srcu_data structs have CBs for given GP? */
|
||||||
unsigned long srcu_gp_seq_needed_exp; /* Furthest future exp GP. */
|
unsigned long srcu_gp_seq_needed_exp; /* Furthest future exp GP. */
|
||||||
struct srcu_node *srcu_parent; /* Next up in tree. */
|
struct srcu_node *srcu_parent; /* Next up in tree. */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue