diff options
| author | Cryolitia PukNgae <[email protected]> | 2024-07-26 09:21:14 +0800 |
|---|---|---|
| committer | Guenter Roeck <[email protected]> | 2024-07-31 10:43:52 -0700 |
| commit | 34ea1f9867219e2810210dcfe3392a75a74dc6c3 (patch) | |
| tree | 58ba4bd0432ef12bfd33f670c1b8a05e8e6afb08 | |
| parent | e21d6d4c7acb77fafc71586a0c94db928219c78e (diff) | |
hwmon: (oxp-sensors) Fix typo in driver documentation
RMP -> RPM
Signed-off-by: Cryolitia PukNgae <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Guenter Roeck <[email protected]>
| -rw-r--r-- | Documentation/hwmon/oxp-sensors.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/hwmon/oxp-sensors.rst b/Documentation/hwmon/oxp-sensors.rst index 55b1ef61625e..50618f064379 100644 --- a/Documentation/hwmon/oxp-sensors.rst +++ b/Documentation/hwmon/oxp-sensors.rst @@ -52,7 +52,7 @@ Sysfs entries The following attributes are supported: fan1_input - Read Only. Reads current fan RMP. + Read Only. Reads current fan RPM. pwm1_enable Read Write. Enable manual fan control. Write "1" to set to manual, write "0" |