linux-hwmon.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] doc: fix typo in Documentation/hwmon/f71882fg
@ 2019-01-04 14:27 Chengguang Xu
  2019-01-05 17:43 ` Guenter Roeck
  2019-01-07 22:40 ` Jonathan Corbet
  0 siblings, 2 replies; 7+ messages in thread
From: Chengguang Xu @ 2019-01-04 14:27 UTC (permalink / raw)
  To: jdelvare, linux, corbet; +Cc: linux-hwmon, linux-doc, Chengguang Xu

Just fix a typo in Documentation/hwmon/f71882fg.

Signed-off-by: Chengguang Xu <cgxu519@gmx.com>
---
 Documentation/hwmon/f71882fg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/hwmon/f71882fg b/Documentation/hwmon/f71882fg
index de91c0db5846..4c3cb8377d74 100644
--- a/Documentation/hwmon/f71882fg
+++ b/Documentation/hwmon/f71882fg
@@ -94,7 +94,7 @@ Note that the lowest numbered temperature zone trip point corresponds to
 to the border between the highest and one but highest temperature zones, and
 vica versa. So the temperature zone trip points 1-4 (or 1-2) go from high temp
 to low temp! This is how things are implemented in the IC, and the driver
-mimicks this.
+mimics this.
 
 There are 2 modes to specify the speed of the fan, PWM duty cycle (or DC
 voltage) mode, where 0-100% duty cycle (0-100% of 12V) is specified. And RPM
-- 
2.17.2

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

* Re: [PATCH] doc: fix typo in Documentation/hwmon/f71882fg
  2019-01-05 17:43 ` Guenter Roeck
@ 2019-01-05 17:43   ` Guenter Roeck
  0 siblings, 0 replies; 7+ messages in thread
From: Guenter Roeck @ 2019-01-05 17:43 UTC (permalink / raw)
  To: Chengguang Xu; +Cc: jdelvare, corbet, linux-hwmon, linux-doc

On Fri, Jan 04, 2019 at 10:27:22PM +0800, Chengguang Xu wrote:
> Just fix a typo in Documentation/hwmon/f71882fg.
> 
> Signed-off-by: Chengguang Xu <cgxu519@gmx.com>

Applied to hwmon-next.

Thanks,
Guenter

> ---
>  Documentation/hwmon/f71882fg | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/hwmon/f71882fg b/Documentation/hwmon/f71882fg
> index de91c0db5846..4c3cb8377d74 100644
> --- a/Documentation/hwmon/f71882fg
> +++ b/Documentation/hwmon/f71882fg
> @@ -94,7 +94,7 @@ Note that the lowest numbered temperature zone trip point corresponds to
>  to the border between the highest and one but highest temperature zones, and
>  vica versa. So the temperature zone trip points 1-4 (or 1-2) go from high temp
>  to low temp! This is how things are implemented in the IC, and the driver
> -mimicks this.
> +mimics this.
>  
>  There are 2 modes to specify the speed of the fan, PWM duty cycle (or DC
>  voltage) mode, where 0-100% duty cycle (0-100% of 12V) is specified. And RPM

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

* Re: [PATCH] doc: fix typo in Documentation/hwmon/f71882fg
  2019-01-04 14:27 [PATCH] doc: fix typo in Documentation/hwmon/f71882fg Chengguang Xu
@ 2019-01-05 17:43 ` Guenter Roeck
  2019-01-05 17:43   ` Guenter Roeck
  2019-01-07 22:40 ` Jonathan Corbet
  1 sibling, 1 reply; 7+ messages in thread
From: Guenter Roeck @ 2019-01-05 17:43 UTC (permalink / raw)
  To: linux-hwmon

On Fri, Jan 04, 2019 at 10:27:22PM +0800, Chengguang Xu wrote:
> Just fix a typo in Documentation/hwmon/f71882fg.
> 
> Signed-off-by: Chengguang Xu <cgxu...@gmx.com>

Applied to hwmon-next.

Thanks,
Guenter

> ---
>  Documentation/hwmon/f71882fg | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/hwmon/f71882fg b/Documentation/hwmon/f71882fg
> index de91c0db5846..4c3cb8377d74 100644
> --- a/Documentation/hwmon/f71882fg
> +++ b/Documentation/hwmon/f71882fg
> @@ -94,7 +94,7 @@ Note that the lowest numbered temperature zone trip point 
> corresponds to
>  to the border between the highest and one but highest temperature zones, and
>  vica versa. So the temperature zone trip points 1-4 (or 1-2) go from high 
> temp
>  to low temp! This is how things are implemented in the IC, and the driver
> -mimicks this.
> +mimics this.
>  
>  There are 2 modes to specify the speed of the fan, PWM duty cycle (or DC
>  voltage) mode, where 0-100% duty cycle (0-100% of 12V) is specified. And RPM

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

* Re: [PATCH] doc: fix typo in Documentation/hwmon/f71882fg
  2019-01-04 14:27 [PATCH] doc: fix typo in Documentation/hwmon/f71882fg Chengguang Xu
  2019-01-05 17:43 ` Guenter Roeck
@ 2019-01-07 22:40 ` Jonathan Corbet
  2019-01-07 23:16   ` Guenter Roeck
  1 sibling, 1 reply; 7+ messages in thread
From: Jonathan Corbet @ 2019-01-07 22:40 UTC (permalink / raw)
  To: Chengguang Xu; +Cc: jdelvare, linux, linux-hwmon, linux-doc

On Fri,  4 Jan 2019 22:27:22 +0800
Chengguang Xu <cgxu519@gmx.com> wrote:

> Just fix a typo in Documentation/hwmon/f71882fg.
> 
> Signed-off-by: Chengguang Xu <cgxu519@gmx.com>
> ---

Applied, thanks.  

jon

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

* Re: [PATCH] doc: fix typo in Documentation/hwmon/f71882fg
  2019-01-07 22:40 ` Jonathan Corbet
@ 2019-01-07 23:16   ` Guenter Roeck
  2019-01-07 23:18     ` Jonathan Corbet
  0 siblings, 1 reply; 7+ messages in thread
From: Guenter Roeck @ 2019-01-07 23:16 UTC (permalink / raw)
  To: Jonathan Corbet; +Cc: Chengguang Xu, jdelvare, linux-hwmon, linux-doc

On Mon, Jan 07, 2019 at 03:40:49PM -0700, Jonathan Corbet wrote:
> On Fri,  4 Jan 2019 22:27:22 +0800
> Chengguang Xu <cgxu519@gmx.com> wrote:
> 
> > Just fix a typo in Documentation/hwmon/f71882fg.
> > 
> > Signed-off-by: Chengguang Xu <cgxu519@gmx.com>
> > ---
> 
> Applied, thanks.  
> 
Ok, I'll drop the patch from hwmon.

Guenter

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

* Re: [PATCH] doc: fix typo in Documentation/hwmon/f71882fg
  2019-01-07 23:16   ` Guenter Roeck
@ 2019-01-07 23:18     ` Jonathan Corbet
  2019-01-08 17:03       ` Guenter Roeck
  0 siblings, 1 reply; 7+ messages in thread
From: Jonathan Corbet @ 2019-01-07 23:18 UTC (permalink / raw)
  To: Guenter Roeck; +Cc: Chengguang Xu, jdelvare, linux-hwmon, linux-doc

On Mon, 7 Jan 2019 15:16:22 -0800
Guenter Roeck <linux@roeck-us.net> wrote:

> > Applied, thanks.  
> >   
> Ok, I'll drop the patch from hwmon.

Oops, sorry, I didn't realize you'd picked that up.  Would you prefer that
I stood back and let you handle Documentation/hwmon in the future?

Thanks,

jon

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

* Re: [PATCH] doc: fix typo in Documentation/hwmon/f71882fg
  2019-01-07 23:18     ` Jonathan Corbet
@ 2019-01-08 17:03       ` Guenter Roeck
  0 siblings, 0 replies; 7+ messages in thread
From: Guenter Roeck @ 2019-01-08 17:03 UTC (permalink / raw)
  To: Jonathan Corbet; +Cc: Chengguang Xu, jdelvare, linux-hwmon, linux-doc

On Mon, Jan 07, 2019 at 04:18:47PM -0700, Jonathan Corbet wrote:
> On Mon, 7 Jan 2019 15:16:22 -0800
> Guenter Roeck <linux@roeck-us.net> wrote:
> 
> > > Applied, thanks.  
> > >   
> > Ok, I'll drop the patch from hwmon.
> 
> Oops, sorry, I didn't realize you'd picked that up.  Would you prefer that
> I stood back and let you handle Documentation/hwmon in the future?
> 

So far I took it as my responsibility, but I don't really care
one way or another as long as I am at least copied.

I already dropped this patch, so please keep it.

Guenter

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

end of thread, other threads:[~2019-01-08 17:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-04 14:27 [PATCH] doc: fix typo in Documentation/hwmon/f71882fg Chengguang Xu
2019-01-05 17:43 ` Guenter Roeck
2019-01-05 17:43   ` Guenter Roeck
2019-01-07 22:40 ` Jonathan Corbet
2019-01-07 23:16   ` Guenter Roeck
2019-01-07 23:18     ` Jonathan Corbet
2019-01-08 17:03       ` 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).