]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Documentation: Capitalize Fahrenheit in watchdog-api.rst
authorDavid Hunter <david.hunter.linux@gmail.com>
Wed, 7 Aug 2024 18:53:32 +0000 (14:53 -0400)
committerJonathan Corbet <corbet@lwn.net>
Fri, 16 Aug 2024 22:34:41 +0000 (16:34 -0600)
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
Documentation/watchdog/watchdog-api.rst

index 800dcd7586f2dba90d33e10f97e0b45577fe8dd2..78e228c272cf8f4e3e7dce9a3f24893ec35fe774 100644 (file)
@@ -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);