linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Hunter <david.hunter.linux@gmail.com>
To: david.hunter.linux@gmail.com
Cc: corbet@lwn.net, javier.carrasco.cruz@gmail.com,
	linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-watchdog@vger.kernel.org, linux@roeck-us.net,
	skhan@linuxfoundation.org, wim@linux-watchdog.org
Subject: [PATCH v3] Documentation: Capitalize Fahrenheit in watchdog-api.rst
Date: Wed,  7 Aug 2024 14:53:32 -0400	[thread overview]
Message-ID: <20240807185332.61624-1-david.hunter.linux@gmail.com> (raw)
In-Reply-To: <20240723131849.264939-1-david.hunter.linux@gmail.com>

Capitalize "fahrenheit," a spelling mistake.

Signed-off-by: David Hunter <david.hunter.linux@gmail.com>
---
V2 -> V3:
 - Fixed misspelling of "Capitalize" in commit message. 
 - Put Tags and Kernel Subsystem in subject
 - Put changelog after commit message

V1 -> V2: 
 - Fixed imperative mood 
 - Fixed misspelling of "Fahrenheit" in Subject

V2: https://lore.kernel.org/lkml/7b7ca7e0-6bd2-45ab-bd9b-40331a8e6fdd@roeck-us.net/

V1: https://lore.kernel.org/lkml/20240723131849.264939-1-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


  parent reply	other threads:[~2024-08-07 18:53 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-23 13:18 [PATCH] Capitalize Farenheit David Hunter
2024-07-23 13:57 ` Guenter Roeck
2024-07-23 15:14   ` Randy Dunlap
2024-08-07 18:53 ` David Hunter [this message]
2024-08-08 20:49   ` [PATCH v3] Documentation: Capitalize Fahrenheit in watchdog-api.rst Guenter Roeck
2024-08-16 22:35   ` Jonathan Corbet

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240807185332.61624-1-david.hunter.linux@gmail.com \
    --to=david.hunter.linux@gmail.com \
    --cc=corbet@lwn.net \
    --cc=javier.carrasco.cruz@gmail.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-watchdog@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=skhan@linuxfoundation.org \
    --cc=wim@linux-watchdog.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).