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

rcutorture: Update kvm.sh header comment

The kvm.sh header comment is a bit of a relic, so this commit brings
it up to date.

Reported-by: Lihao Liang <lianglihao@huawei.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>

+3 -5
+3 -5
tools/testing/selftests/rcutorture/bin/kvm.sh
··· 1 1 #!/bin/bash 2 2 # 3 - # Run a series of 14 tests under KVM. These are not particularly 4 - # well-selected or well-tuned, but are the current set. 5 - # 6 - # Edit the definitions below to set the locations of the various directories, 7 - # as well as the test duration. 3 + # Run a series of tests under KVM. By default, this series is specified 4 + # by the relevant CFLIST file, but can be overridden by the --configs 5 + # command-line argument. 8 6 # 9 7 # Usage: kvm.sh [ options ] 10 8 #