Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs: notifier-error-inject: Correct test's name

Correct test's name for mem-on-off-test.sh/cpu-on-off-test.sh.

Signed-off-by: Zhao Gongyi <zhaogongyi@huawei.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>

authored by

Zhao Gongyi and committed by
Shuah Khan
6a242471 95e5a911

+2 -2
+2 -2
Documentation/fault-injection/notifier-error-inject.rst
··· 91 91 There are tools/testing/selftests using the notifier error injection features 92 92 for CPU and memory notifiers. 93 93 94 - * tools/testing/selftests/cpu-hotplug/on-off-test.sh 95 - * tools/testing/selftests/memory-hotplug/on-off-test.sh 94 + * tools/testing/selftests/cpu-hotplug/cpu-on-off-test.sh 95 + * tools/testing/selftests/memory-hotplug/mem-on-off-test.sh 96 96 97 97 These scripts first do simple online and offline tests and then do fault 98 98 injection tests if notifier error injection module is available.