On Sat, Oct 26, 2024 at 06:12:21AM -0700, Paul E. McKenney wrote: > > > commit a489ef720efa78763afa39fe88d09dbb4176a47d > > > Author: Paul E. McKenney <paulmck@xxxxxxxxxx> > > > Date: Fri Oct 25 17:55:29 2024 -0700 > > > > > > refscale: Undo j/J vim mistake in ref_scale_init() > > > > > > This commit gives each of three statements a line of their own. > > > > > > Reported-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> > > > Signed-off-by: Paul E. McKenney <paulmck@xxxxxxxxxx> > > > > > > diff --git a/kernel/rcu/refscale.c b/kernel/rcu/refscale.c > > > index 7770e202d1ea1..7e6472a86dba8 100644 > > > --- a/kernel/rcu/refscale.c > > > +++ b/kernel/rcu/refscale.c > > > @@ -1182,7 +1182,9 @@ ref_scale_init(void) > > > scale_type); pr_alert("rcu-scale types:"); for (i = 0; > > ^^^^^^^^^^^ > > This for statement is messed up still. :( > > And also a nearby "if" statement (finally looking at the offending > commit). With the addition of the patch shown below, are there any more? > > Thanx, Paul Thanks! regards, dan carpenter