From: Mauro Carvalho Chehab Date: Wed, 17 Apr 2019 09:46:18 +0000 (-0300) Subject: docs: hwmon: aspeed-pwm-tacho: convert to ReST format X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9e929c6745da58ab64d2d462ba46b661c03d2060;p=linux.git docs: hwmon: aspeed-pwm-tacho: convert to ReST format Convert aspeed-pwm-tacho to ReST format, in order to allow it to be parsed by Sphinx. Signed-off-by: Mauro Carvalho Chehab Acked-by: Andrew Jeffery Signed-off-by: Guenter Roeck --- diff --git a/Documentation/hwmon/aspeed-pwm-tacho b/Documentation/hwmon/aspeed-pwm-tacho index 7cfb349774606..6dcec845fbc73 100644 --- a/Documentation/hwmon/aspeed-pwm-tacho +++ b/Documentation/hwmon/aspeed-pwm-tacho @@ -15,8 +15,10 @@ controller supports up to 16 tachometer inputs. The driver provides the following sensor accesses in sysfs: +=============== ======= ===================================================== fanX_input ro provide current fan rotation value in RPM as reported by the fan to the device. pwmX rw get or set PWM fan control value. This is an integer value between 0(off) and 255(full speed). +=============== ======= =====================================================