linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] power: fix duplicated words in bq2415x_charger.h
@ 2020-07-16  1:30 Randy Dunlap
  2020-07-16  8:31 ` Pali Rohár
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2020-07-16  1:30 UTC (permalink / raw)
  To: LKML, Linux PM list; +Cc: Pali Rohár, Sebastian Reichel

From: Randy Dunlap <rdunlap@infradead.org>

Drop the doubled word "for".
Change "It it" to "If it".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Pali Rohár <pali@kernel.org>
Cc: Sebastian Reichel <sre@kernel.org>
Cc: linux-pm@vger.kernel.org
---
 include/linux/power/bq2415x_charger.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- linux-next-20200714.orig/include/linux/power/bq2415x_charger.h
+++ linux-next-20200714/include/linux/power/bq2415x_charger.h
@@ -14,8 +14,8 @@
  * value is -1 then default chip value (specified in datasheet) will be
  * used.
  *
- * Value resistor_sense is needed for for configuring charge and
- * termination current. It it is less or equal to zero, configuring charge
+ * Value resistor_sense is needed for configuring charge and
+ * termination current. If it is less or equal to zero, configuring charge
  * and termination current will not be possible.
  *
  * For automode support is needed to provide name of power supply device


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

* Re: [PATCH] power: fix duplicated words in bq2415x_charger.h
  2020-07-16  1:30 [PATCH] power: fix duplicated words in bq2415x_charger.h Randy Dunlap
@ 2020-07-16  8:31 ` Pali Rohár
  2020-07-26 22:30   ` Sebastian Reichel
  0 siblings, 1 reply; 3+ messages in thread
From: Pali Rohár @ 2020-07-16  8:31 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: LKML, Linux PM list, Sebastian Reichel

On Wednesday 15 July 2020 18:30:01 Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@infradead.org>
> 
> Drop the doubled word "for".
> Change "It it" to "If it".
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Pali Rohár <pali@kernel.org>
> Cc: Sebastian Reichel <sre@kernel.org>
> Cc: linux-pm@vger.kernel.org

Thanks!

Acked-by: Pali Rohár <pali@kernel.org>

> ---
>  include/linux/power/bq2415x_charger.h |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> --- linux-next-20200714.orig/include/linux/power/bq2415x_charger.h
> +++ linux-next-20200714/include/linux/power/bq2415x_charger.h
> @@ -14,8 +14,8 @@
>   * value is -1 then default chip value (specified in datasheet) will be
>   * used.
>   *
> - * Value resistor_sense is needed for for configuring charge and
> - * termination current. It it is less or equal to zero, configuring charge
> + * Value resistor_sense is needed for configuring charge and
> + * termination current. If it is less or equal to zero, configuring charge
>   * and termination current will not be possible.
>   *
>   * For automode support is needed to provide name of power supply device
> 

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

* Re: [PATCH] power: fix duplicated words in bq2415x_charger.h
  2020-07-16  8:31 ` Pali Rohár
@ 2020-07-26 22:30   ` Sebastian Reichel
  0 siblings, 0 replies; 3+ messages in thread
From: Sebastian Reichel @ 2020-07-26 22:30 UTC (permalink / raw)
  To: Pali Rohár; +Cc: Randy Dunlap, LKML, Linux PM list

[-- Attachment #1: Type: text/plain, Size: 1365 bytes --]

Hi,

On Thu, Jul 16, 2020 at 10:31:16AM +0200, Pali Rohár wrote:
> On Wednesday 15 July 2020 18:30:01 Randy Dunlap wrote:
> > From: Randy Dunlap <rdunlap@infradead.org>
> > 
> > Drop the doubled word "for".
> > Change "It it" to "If it".
> > 
> > Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> > Cc: Pali Rohár <pali@kernel.org>
> > Cc: Sebastian Reichel <sre@kernel.org>
> > Cc: linux-pm@vger.kernel.org
> 
> Thanks!
> 
> Acked-by: Pali Rohár <pali@kernel.org>

Thanks, queued.

-- Sebastian

> 
> > ---
> >  include/linux/power/bq2415x_charger.h |    4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > --- linux-next-20200714.orig/include/linux/power/bq2415x_charger.h
> > +++ linux-next-20200714/include/linux/power/bq2415x_charger.h
> > @@ -14,8 +14,8 @@
> >   * value is -1 then default chip value (specified in datasheet) will be
> >   * used.
> >   *
> > - * Value resistor_sense is needed for for configuring charge and
> > - * termination current. It it is less or equal to zero, configuring charge
> > + * Value resistor_sense is needed for configuring charge and
> > + * termination current. If it is less or equal to zero, configuring charge
> >   * and termination current will not be possible.
> >   *
> >   * For automode support is needed to provide name of power supply device
> > 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2020-07-26 22:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-16  1:30 [PATCH] power: fix duplicated words in bq2415x_charger.h Randy Dunlap
2020-07-16  8:31 ` Pali Rohár
2020-07-26 22:30   ` Sebastian Reichel

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