diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2023-06-10 08:43:02 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2023-06-16 17:17:21 +0300 |
commit | 1954d51592b57c05e85e606af5705570f1839889 (patch) | |
tree | 301dbb700d9a9ffe0a7ee1555da02718341d1dd3 | |
parent | e72ef2d2ba39bad77f37536817124ae52c90e7cf (diff) | |
download | linux-1954d51592b57c05e85e606af5705570f1839889.tar.xz |
Documentation: virt: correct location of haltpoll module params
Module parameters are located in sysfs, not debugfs, so correct the
statement.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Marcelo Tosatti <mtosatti@redhat.com>
Cc: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
Link: https://lore.kernel.org/r/20230610054302.6223-1-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/virt/guest-halt-polling.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/virt/guest-halt-polling.rst b/Documentation/virt/guest-halt-polling.rst index b4e747942417..922291ddc40c 100644 --- a/Documentation/virt/guest-halt-polling.rst +++ b/Documentation/virt/guest-halt-polling.rst @@ -72,7 +72,7 @@ high once achieves global guest_halt_poll_ns value). Default: Y -The module parameters can be set from the debugfs files in:: +The module parameters can be set from the sysfs files in:: /sys/module/haltpoll/parameters/ |