We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ce1f48 commit 44503b9Copy full SHA for 44503b9
lib/test_vmalloc.c
@@ -501,7 +501,7 @@ static int test_func(void *private)
501
}
502
503
static int
504
-init_test_configurtion(void)
+init_test_configuration(void)
505
{
506
/*
507
* A maximum number of workers is defined as hard-coded
@@ -531,7 +531,7 @@ static void do_concurrent_test(void)
531
532
* Set some basic configurations plus sanity check.
533
*/
534
- ret = init_test_configurtion();
+ ret = init_test_configuration();
535
if (ret < 0)
536
return;
537
0 commit comments