diff options
author | Randy Dunlap <[email protected]> | 2023-06-09 22:43:02 -0700 |
---|---|---|
committer | Jonathan Corbet <[email protected]> | 2023-06-16 08:17:21 -0600 |
commit | 1954d51592b57c05e85e606af5705570f1839889 (patch) | |
tree | 301dbb700d9a9ffe0a7ee1555da02718341d1dd3 | |
parent | e72ef2d2ba39bad77f37536817124ae52c90e7cf (diff) |
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 <[email protected]>
Cc: Marcelo Tosatti <[email protected]>
Cc: "Rafael J. Wysocki" <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jonathan Corbet <[email protected]>
-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/ |