mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] eeprom: fix spelling of switch
@ 2024-09-21 13:41 liujing
  2024-09-26  8:30 ` Greg KH
  2024-10-03  9:35 ` Jean Delvare
  0 siblings, 2 replies; 4+ messages in thread
From: liujing @ 2024-09-21 13:41 UTC (permalink / raw)
  To: arnd; +Cc: gregkh, W_Armin, jdelvare, hkallweit1, linux-kernel, liujing

Signed-off-by: liujing <liujing@cmss.chinamobile.com>

---
V1-V2: fix title description, move cacography to spelling

diff --git a/drivers/misc/eeprom/Kconfig b/drivers/misc/eeprom/Kconfig
index 9df12399bda3..cb1c4b8e7fd3 100644
--- a/drivers/misc/eeprom/Kconfig
+++ b/drivers/misc/eeprom/Kconfig
@@ -97,11 +97,11 @@ config EEPROM_DIGSY_MTC_CFG
 	  If unsure, say N.
 
 config EEPROM_IDT_89HPESX
-	tristate "IDT 89HPESx PCIe-swtiches EEPROM / CSR support"
+	tristate "IDT 89HPESx PCIe-switches EEPROM / CSR support"
 	depends on I2C && SYSFS
 	help
 	  Enable this driver to get read/write access to EEPROM / CSRs
-	  over IDT PCIe-swtich i2c-slave interface.
+	  over IDT PCIe-switch i2c-slave interface.
 
 	  This driver can also be built as a module. If so, the module
 	  will be called idt_89hpesx.
-- 
2.27.0




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

* Re: [PATCH] eeprom: fix spelling of switch
  2024-09-21 13:41 [PATCH] eeprom: fix spelling of switch liujing
@ 2024-09-26  8:30 ` Greg KH
  2024-10-03  9:37   ` Jean Delvare
  2024-10-03  9:35 ` Jean Delvare
  1 sibling, 1 reply; 4+ messages in thread
From: Greg KH @ 2024-09-26  8:30 UTC (permalink / raw)
  To: liujing; +Cc: arnd, W_Armin, jdelvare, hkallweit1, linux-kernel

On Sat, Sep 21, 2024 at 09:41:28PM +0800, liujing wrote:
> Signed-off-by: liujing <liujing@cmss.chinamobile.com>

Please use your full name here.

> 
> ---
> V1-V2: fix title description, move cacography to spelling

You forgot a "v2" in the subject line.

Also, for obvious reasons, we can not take changes without any changelog
text at all.

thanks,

greg k-h

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

* Re: [PATCH] eeprom: fix spelling of switch
  2024-09-21 13:41 [PATCH] eeprom: fix spelling of switch liujing
  2024-09-26  8:30 ` Greg KH
@ 2024-10-03  9:35 ` Jean Delvare
  1 sibling, 0 replies; 4+ messages in thread
From: Jean Delvare @ 2024-10-03  9:35 UTC (permalink / raw)
  To: liujing; +Cc: arnd, gregkh, W_Armin, hkallweit1, linux-kernel

On Sat, 21 Sep 2024 21:41:28 +0800, liujing wrote:
> Signed-off-by: liujing <liujing@cmss.chinamobile.com>
> 
> ---
> V1-V2: fix title description, move cacography to spelling
> 
> diff --git a/drivers/misc/eeprom/Kconfig b/drivers/misc/eeprom/Kconfig
> index 9df12399bda3..cb1c4b8e7fd3 100644
> --- a/drivers/misc/eeprom/Kconfig
> +++ b/drivers/misc/eeprom/Kconfig
> @@ -97,11 +97,11 @@ config EEPROM_DIGSY_MTC_CFG
>  	  If unsure, say N.
>  
>  config EEPROM_IDT_89HPESX
> -	tristate "IDT 89HPESx PCIe-swtiches EEPROM / CSR support"
> +	tristate "IDT 89HPESx PCIe-switches EEPROM / CSR support"
>  	depends on I2C && SYSFS
>  	help
>  	  Enable this driver to get read/write access to EEPROM / CSRs
> -	  over IDT PCIe-swtich i2c-slave interface.
> +	  over IDT PCIe-switch i2c-slave interface.
>  
>  	  This driver can also be built as a module. If so, the module
>  	  will be called idt_89hpesx.

Reviewed-by: Jean Delvare <jdelvare@suse.de>

Thanks,
-- 
Jean Delvare
SUSE L3 Support

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

* Re: [PATCH] eeprom: fix spelling of switch
  2024-09-26  8:30 ` Greg KH
@ 2024-10-03  9:37   ` Jean Delvare
  0 siblings, 0 replies; 4+ messages in thread
From: Jean Delvare @ 2024-10-03  9:37 UTC (permalink / raw)
  To: Greg KH; +Cc: liujing, arnd, W_Armin, hkallweit1, linux-kernel

On Thu, 26 Sep 2024 10:30:05 +0200, Greg KH wrote:
> On Sat, Sep 21, 2024 at 09:41:28PM +0800, liujing wrote:
> > Signed-off-by: liujing <liujing@cmss.chinamobile.com>  
> 
> Please use your full name here.
> 
> > 
> > ---
> > V1-V2: fix title description, move cacography to spelling  
> 
> You forgot a "v2" in the subject line.
> 
> Also, for obvious reasons, we can not take changes without any changelog
> text at all.

I personally don't mind for trivial fixes. I honestly can't see what
Liujing can add to the commit message that wouldn't be essentially
redundant with the subject line.

-- 
Jean Delvare
SUSE L3 Support

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

end of thread, other threads:[~2024-10-03  9:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-21 13:41 [PATCH] eeprom: fix spelling of switch liujing
2024-09-26  8:30 ` Greg KH
2024-10-03  9:37   ` Jean Delvare
2024-10-03  9:35 ` Jean Delvare

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®