summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hunter <david.hunter.linux@gmail.com>2024-08-07 14:53:32 -0400
committerJonathan Corbet <corbet@lwn.net>2024-08-16 16:34:41 -0600
commit0769a1b7cf30d9a8af0657299e18713ce1587f57 (patch)
treeb15fde9f002df25dd69896a78cdcbddb71e04d93
parent8839adc33ff7a5464dbfc17de8afe5fedf9c6029 (diff)
downloadlwn-0769a1b7cf30d9a8af0657299e18713ce1587f57.tar.gz
lwn-0769a1b7cf30d9a8af0657299e18713ce1587f57.zip
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
-rw-r--r--Documentation/watchdog/watchdog-api.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/watchdog/watchdog-api.rst b/Documentation/watchdog/watchdog-api.rst
index 800dcd7586f2..78e228c272cf 100644
--- a/Documentation/watchdog/watchdog-api.rst
+++ b/Documentation/watchdog/watchdog-api.rst
@@ -249,7 +249,7 @@ Note that not all devices support these two calls, and some only
support the GETBOOTSTATUS call.
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;
ioctl(fd, WDIOC_GETTEMP, &temperature);