Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

David Hunter and committed by
Jonathan Corbet
0769a1b7 8839adc3

+1 -1
+1 -1
Documentation/watchdog/watchdog-api.rst
··· 249 249 support the GETBOOTSTATUS call. 250 250 251 251 Some drivers can measure the temperature using the GETTEMP ioctl. The 252 - returned value is the temperature in degrees fahrenheit:: 252 + returned value is the temperature in degrees Fahrenheit:: 253 253 254 254 int temperature; 255 255 ioctl(fd, WDIOC_GETTEMP, &temperature);