[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <7b7ca7e0-6bd2-45ab-bd9b-40331a8e6fdd@roeck-us.net>
Date: Tue, 6 Aug 2024 11:17:58 -0700
From: Guenter Roeck <linux@...ck-us.net>
To: David Hunter <david.hunter.linux@...il.com>, wim@...ux-watchdog.org,
linux-watchdog@...r.kernel.org, linux-doc@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: skhan@...uxfoundation.org, javier.carrasco.cruz@...il.com
Subject: Re: [PATCH] Capitalize Fahrenheit
On 8/6/24 10:40, David Hunter wrote:
> Captialize "fahrenheit," a spelling mistake.
s/Captialize/Capitalize/
Also, this is version 2 of an earlier patch.
Please read and follow Documentation/process/submitting-patches.rst,
specifically the information on how to submit new patch revisions.
Thanks,
Guenter
>
> Signed-off-by: David Hunter <david.hunter.linux@...il.com>
> ---
> Documentation/watchdog/watchdog-api.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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);
Powered by blists - more mailing lists