lib/test_vmalloc.c: fix typo in function name
authorMartin Kaiser <martin@kaiser.cx>
Mon, 26 Feb 2024 19:11:57 +0000 (20:11 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Tue, 5 Mar 2024 01:01:21 +0000 (17:01 -0800)
commit44503b97ad9784943afb39d62fce3936580bec6f
tree78de10c3a752b04a1294c55f77ebd2f11ee25a71
parent5ce1f4844ba0def4b1b5526d8ccea27a98e840e5
lib/test_vmalloc.c: fix typo in function name

Fix a typo and change the function name to init_test_configuration.  Both
caller and definition have the same typo, so the current code already
works.

Link: https://lkml.kernel.org/r/20240226191159.39509-2-martin@kaiser.cx
Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Reviewed-by: Uladzislau Rezki (Sony) <urezki@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
lib/test_vmalloc.c