Linux Watchdog driver development
 help / color / mirror / Atom feed
From: David Hunter <david.hunter.linux@gmail.com>
To: wim@linux-watchdog.org, linux@roeck-us.net, corbet@lwn.net,
	linux-watchdog@vger.kernel.org, linux-doc@vger.kernel.org,
	linux-kernel@vger.kernel.org
Cc: David Hunter <david.hunter.linux@gmail.com>,
	skhan@linuxfoundation.org, javier.carrasco.cruz@gmail.com
Subject: [PATCH] Capitalize Farenheit
Date: Tue, 23 Jul 2024 09:18:49 -0400	[thread overview]
Message-ID: <20240723131849.264939-1-david.hunter.linux@gmail.com> (raw)

Not capitalizing "fahrenheit" is an extremely minor spelling mistake.
This commit fixes that.

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


             reply	other threads:[~2024-07-23 13:18 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-23 13:18 David Hunter [this message]
2024-07-23 13:57 ` [PATCH] Capitalize Farenheit Guenter Roeck
2024-07-23 15:14   ` Randy Dunlap
2024-08-07 18:53 ` [PATCH v3] Documentation: Capitalize Fahrenheit in watchdog-api.rst David Hunter
2024-08-08 20:49   ` 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=20240723131849.264939-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