All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mfd: max8997: Replace 8998 with 8997
@ 2021-01-24 17:05 Timon Baetz
  2021-01-25  8:43 ` Lee Jones
  0 siblings, 1 reply; 4+ messages in thread
From: Timon Baetz @ 2021-01-24 17:05 UTC (permalink / raw)
  To: Lee Jones; +Cc: linux-kernel, Timon Baetz

Replace occurrences of 8998 with 8997.

Signed-off-by: Timon Baetz <timon.baetz@protonmail.com>
---
 include/linux/mfd/max8997.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/include/linux/mfd/max8997.h b/include/linux/mfd/max8997.h
index e955e2f0a2cc..6c98edcf4b0b 100644
--- a/include/linux/mfd/max8997.h
+++ b/include/linux/mfd/max8997.h
@@ -14,13 +14,13 @@
  * others and b) it can be enabled simply by using MAX17042 driver.
  */
 
-#ifndef __LINUX_MFD_MAX8998_H
-#define __LINUX_MFD_MAX8998_H
+#ifndef __LINUX_MFD_MAX8997_H
+#define __LINUX_MFD_MAX8997_H
 
 #include <linux/regulator/consumer.h>
 
 /* MAX8997/8966 regulator IDs */
-enum max8998_regulators {
+enum max8997_regulators {
 	MAX8997_LDO1 = 0,
 	MAX8997_LDO2,
 	MAX8997_LDO3,
@@ -207,4 +207,4 @@ struct max8997_platform_data {
 	struct max8997_led_platform_data *led_pdata;
 };
 
-#endif /* __LINUX_MFD_MAX8998_H */
+#endif /* __LINUX_MFD_MAX8997_H */
-- 
2.25.1



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

* Re: [PATCH] mfd: max8997: Replace 8998 with 8997
  2021-01-24 17:05 [PATCH] mfd: max8997: Replace 8998 with 8997 Timon Baetz
@ 2021-01-25  8:43 ` Lee Jones
  2021-01-25 19:51   ` Timon Baetz
  0 siblings, 1 reply; 4+ messages in thread
From: Lee Jones @ 2021-01-25  8:43 UTC (permalink / raw)
  To: Timon Baetz; +Cc: linux-kernel

On Sun, 24 Jan 2021, Timon Baetz wrote:

> Replace occurrences of 8998 with 8997.

Because ...

> Signed-off-by: Timon Baetz <timon.baetz@protonmail.com>
> ---
>  include/linux/mfd/max8997.h | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/include/linux/mfd/max8997.h b/include/linux/mfd/max8997.h
> index e955e2f0a2cc..6c98edcf4b0b 100644
> --- a/include/linux/mfd/max8997.h
> +++ b/include/linux/mfd/max8997.h
> @@ -14,13 +14,13 @@
>   * others and b) it can be enabled simply by using MAX17042 driver.
>   */
>  
> -#ifndef __LINUX_MFD_MAX8998_H
> -#define __LINUX_MFD_MAX8998_H
> +#ifndef __LINUX_MFD_MAX8997_H
> +#define __LINUX_MFD_MAX8997_H
>  
>  #include <linux/regulator/consumer.h>
>  
>  /* MAX8997/8966 regulator IDs */
> -enum max8998_regulators {
> +enum max8997_regulators {
>  	MAX8997_LDO1 = 0,
>  	MAX8997_LDO2,
>  	MAX8997_LDO3,
> @@ -207,4 +207,4 @@ struct max8997_platform_data {
>  	struct max8997_led_platform_data *led_pdata;
>  };
>  
> -#endif /* __LINUX_MFD_MAX8998_H */
> +#endif /* __LINUX_MFD_MAX8997_H */

-- 
Lee Jones [李琼斯]
Senior Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog

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

* Re: [PATCH] mfd: max8997: Replace 8998 with 8997
  2021-01-25  8:43 ` Lee Jones
@ 2021-01-25 19:51   ` Timon Baetz
  2021-01-26  8:17     ` Lee Jones
  0 siblings, 1 reply; 4+ messages in thread
From: Timon Baetz @ 2021-01-25 19:51 UTC (permalink / raw)
  To: Lee Jones; +Cc: linux-kernel

On Mon, 25 Jan 2021 08:43:47 +0000, Lee Jones wrote:
> On Sun, 24 Jan 2021, Timon Baetz wrote:
> 
> > Replace occurrences of 8998 with 8997.  
> 
> Because ...

... it is the max8997 header. Do you want me to extend the commit
message?

Thanks,
Timon


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

* Re: [PATCH] mfd: max8997: Replace 8998 with 8997
  2021-01-25 19:51   ` Timon Baetz
@ 2021-01-26  8:17     ` Lee Jones
  0 siblings, 0 replies; 4+ messages in thread
From: Lee Jones @ 2021-01-26  8:17 UTC (permalink / raw)
  To: Timon Baetz; +Cc: linux-kernel

On Mon, 25 Jan 2021, Timon Baetz wrote:

> On Mon, 25 Jan 2021 08:43:47 +0000, Lee Jones wrote:
> > On Sun, 24 Jan 2021, Timon Baetz wrote:
> > 
> > > Replace occurrences of 8998 with 8997.  
> > 
> > Because ...
> 
> ... it is the max8997 header. Do you want me to extend the commit
> message?

Yes.

Please explain the intention of the patch and why it is required.

-- 
Lee Jones [李琼斯]
Senior Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog

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

end of thread, other threads:[~2021-01-26 21:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-24 17:05 [PATCH] mfd: max8997: Replace 8998 with 8997 Timon Baetz
2021-01-25  8:43 ` Lee Jones
2021-01-25 19:51   ` Timon Baetz
2021-01-26  8:17     ` Lee Jones

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.