linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Capitalize Farenheit
@ 2024-07-23 13:18 David Hunter
  2024-07-23 13:57 ` Guenter Roeck
  2024-08-07 18:53 ` [PATCH v3] Documentation: Capitalize Fahrenheit in watchdog-api.rst David Hunter
  0 siblings, 2 replies; 6+ messages in thread
From: David Hunter @ 2024-07-23 13:18 UTC (permalink / raw)
  To: wim, linux, corbet, linux-watchdog, linux-doc, linux-kernel
  Cc: David Hunter, skhan, javier.carrasco.cruz

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


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

* Re: [PATCH] Capitalize Farenheit
  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 ` [PATCH v3] Documentation: Capitalize Fahrenheit in watchdog-api.rst David Hunter
  1 sibling, 1 reply; 6+ messages in thread
From: Guenter Roeck @ 2024-07-23 13:57 UTC (permalink / raw)
  To: David Hunter, wim, corbet, linux-watchdog, linux-doc,
	linux-kernel
  Cc: skhan, javier.carrasco.cruz

On 7/23/24 06:18, David Hunter wrote:
> Not capitalizing "fahrenheit" is an extremely minor spelling mistake.
> This commit fixes that.
> 

Please at least follow guidelines for submitting patches, specifically

"Describe your changes in imperative mood, e.g. "make xyzzy do frotz"
  instead of "[This patch] makes xyzzy do frotz" or "[I] changed xyzzy
  to do frotz", as if you are giving orders to the codebase to change
  its behaviour.
"

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] 6+ messages in thread

* Re: [PATCH] Capitalize Farenheit
  2024-07-23 13:57 ` Guenter Roeck
@ 2024-07-23 15:14   ` Randy Dunlap
  0 siblings, 0 replies; 6+ messages in thread
From: Randy Dunlap @ 2024-07-23 15:14 UTC (permalink / raw)
  To: Guenter Roeck, David Hunter, wim, corbet, linux-watchdog,
	linux-doc, linux-kernel
  Cc: skhan, javier.carrasco.cruz



On 7/23/24 6:57 AM, Guenter Roeck wrote:
> On 7/23/24 06:18, David Hunter wrote:
>> Not capitalizing "fahrenheit" is an extremely minor spelling mistake.
>> This commit fixes that.
>>
> 
> Please at least follow guidelines for submitting patches, specifically
> 
> "Describe your changes in imperative mood, e.g. "make xyzzy do frotz"
>  instead of "[This patch] makes xyzzy do frotz" or "[I] changed xyzzy
>  to do frotz", as if you are giving orders to the codebase to change
>  its behaviour.
> "
> 
> Guenter
> 

Also, please spell it correctly in the $Subject.

>> 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);
> 
> 

-- 
~Randy

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

* [PATCH v3] Documentation: Capitalize Fahrenheit in watchdog-api.rst
  2024-07-23 13:18 [PATCH] Capitalize Farenheit David Hunter
  2024-07-23 13:57 ` Guenter Roeck
@ 2024-08-07 18:53 ` David Hunter
  2024-08-08 20:49   ` Guenter Roeck
  2024-08-16 22:35   ` Jonathan Corbet
  1 sibling, 2 replies; 6+ messages in thread
From: David Hunter @ 2024-08-07 18:53 UTC (permalink / raw)
  To: david.hunter.linux
  Cc: corbet, javier.carrasco.cruz, linux-doc, linux-kernel,
	linux-watchdog, linux, skhan, wim

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


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

* Re: [PATCH v3] Documentation: Capitalize Fahrenheit in watchdog-api.rst
  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
  1 sibling, 0 replies; 6+ messages in thread
From: Guenter Roeck @ 2024-08-08 20:49 UTC (permalink / raw)
  To: David Hunter
  Cc: corbet, javier.carrasco.cruz, linux-doc, linux-kernel,
	linux-watchdog, skhan, wim

On 8/7/24 11:53, David Hunter wrote:
> Capitalize "fahrenheit," a spelling mistake.
> 
> Signed-off-by: David Hunter <david.hunter.linux@gmail.com>

Reviewed-by: Guenter Roeck <linux@roeck-us.net>

> ---
> 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);


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

* Re: [PATCH v3] Documentation: Capitalize Fahrenheit in watchdog-api.rst
  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
  1 sibling, 0 replies; 6+ messages in thread
From: Jonathan Corbet @ 2024-08-16 22:35 UTC (permalink / raw)
  To: David Hunter, david.hunter.linux
  Cc: javier.carrasco.cruz, linux-doc, linux-kernel, linux-watchdog,
	linux, skhan, wim

David Hunter <david.hunter.linux@gmail.com> writes:

> 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::

Applied, thanks.

jon

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

end of thread, other threads:[~2024-08-16 22:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [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

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).