Skip to content

Commit ee7516a

Browse files
committed
rcuscale: Fix gp_async_max typo: s/reader/writer/
Signed-off-by: Paul E. McKenney <[email protected]>
1 parent 2226f3d commit ee7516a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/rcu/rcuscale.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ MODULE_AUTHOR("Paul E. McKenney <[email protected]>");
8484
#endif
8585

8686
torture_param(bool, gp_async, false, "Use asynchronous GP wait primitives");
87-
torture_param(int, gp_async_max, 1000, "Max # outstanding waits per reader");
87+
torture_param(int, gp_async_max, 1000, "Max # outstanding waits per writer");
8888
torture_param(bool, gp_exp, false, "Use expedited GP wait primitives");
8989
torture_param(int, holdoff, 10, "Holdoff time before test start (s)");
9090
torture_param(int, nreaders, -1, "Number of RCU reader threads");

0 commit comments

Comments
 (0)