diff options
author | Hans de Goede <hdegoede@redhat.com> | 2024-01-08 17:06:55 +0300 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2024-01-22 13:37:28 +0300 |
commit | 41237735ccde2cc3fe1d83ae0b776a085be6a22f (patch) | |
tree | eaf54c69c623923c5214165b8fa4a2a2d88130b7 /Documentation | |
parent | 348d9cc7bde30852aa4f54aa70a22c3ad5dd081a (diff) | |
download | linux-41237735ccde2cc3fe1d83ae0b776a085be6a22f.tar.xz |
platform/x86: silicom-platform: Add missing "Description:" for power_cycle sysfs attr
The Documentation/ABI/testing/sysfs-platform-silicom entry
for the power_cycle sysfs attr is missing the "Description:" keyword,
add this.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Link: https://lore.kernel.org/r/20240108140655.547261-1-hdegoede@redhat.com
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/ABI/testing/sysfs-platform-silicom | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-platform-silicom b/Documentation/ABI/testing/sysfs-platform-silicom index 2288b3665d16..4d1cc5bdbcc5 100644 --- a/Documentation/ABI/testing/sysfs-platform-silicom +++ b/Documentation/ABI/testing/sysfs-platform-silicom @@ -10,6 +10,7 @@ What: /sys/devices/platform/silicom-platform/power_cycle Date: November 2023 KernelVersion: 6.7 Contact: Henry Shi <henrys@silicom-usa.com> +Description: This file allow user to power cycle the platform. Default value is 0; when set to 1, it powers down the platform, waits 5 seconds, then powers on the |