linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Capitalize Fahrenheit
@ 2024-08-06 17:40 David Hunter
  2024-08-06 18:17 ` Guenter Roeck
  0 siblings, 1 reply; 2+ messages in thread
From: David Hunter @ 2024-08-06 17:40 UTC (permalink / raw)
  To: wim, linux, linux-watchdog, linux-doc, linux-kernel
  Cc: David Hunter, skhan, javier.carrasco.cruz

Captialize "fahrenheit," a spelling mistake.

Signed-off-by: David Hunter <david.hunter.linux@gmail.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);
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Capitalize Fahrenheit
  2024-08-06 17:40 [PATCH] Capitalize Fahrenheit David Hunter
@ 2024-08-06 18:17 ` Guenter Roeck
  0 siblings, 0 replies; 2+ messages in thread
From: Guenter Roeck @ 2024-08-06 18:17 UTC (permalink / raw)
  To: David Hunter, wim, linux-watchdog, linux-doc, linux-kernel
  Cc: skhan, javier.carrasco.cruz

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@gmail.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);


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-08-06 18:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-06 17:40 [PATCH] Capitalize Fahrenheit David Hunter
2024-08-06 18:17 ` Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).