Documentation: Capitalize Fahrenheit in watchdog-api.rst

Capitalize "fahrenheit," a spelling mistake.

Signed-off-by: David Hunter <david.hunter.linux@gmail.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20240807185332.61624-1-david.hunter.linux@gmail.com
This commit is contained in:
David Hunter 2024-08-07 14:53:32 -04:00 committed by Jonathan Corbet
parent 8839adc33f
commit 0769a1b7cf

View File

@ -249,7 +249,7 @@ Note that not all devices support these two calls, and some only
support the GETBOOTSTATUS call. support the GETBOOTSTATUS call.
Some drivers can measure the temperature using the GETTEMP ioctl. The Some drivers can measure the temperature using the GETTEMP ioctl. The
returned value is the temperature in degrees fahrenheit:: returned value is the temperature in degrees Fahrenheit::
int temperature; int temperature;
ioctl(fd, WDIOC_GETTEMP, &temperature); ioctl(fd, WDIOC_GETTEMP, &temperature);