From: David Hunter Date: Wed, 7 Aug 2024 18:53:32 +0000 (-0400) Subject: Documentation: Capitalize Fahrenheit in watchdog-api.rst X-Git-Tag: v6.12-rc1~173^2~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0769a1b7cf30d9a8af0657299e18713ce1587f57;p=thirdparty%2Flinux.git Documentation: Capitalize Fahrenheit in watchdog-api.rst Capitalize "fahrenheit," a spelling mistake. Signed-off-by: David Hunter Reviewed-by: Guenter Roeck Signed-off-by: Jonathan Corbet Link: https://lore.kernel.org/r/20240807185332.61624-1-david.hunter.linux@gmail.com --- diff --git a/Documentation/watchdog/watchdog-api.rst b/Documentation/watchdog/watchdog-api.rst index 800dcd7586f2d..78e228c272cf8 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);