linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mfd: tqmx86: Fix a typo in MODULE_DESCRIPTION
@ 2020-04-12 21:30 Christophe JAILLET
  2020-04-12 21:36 ` Andrew Lunn
  2020-04-16 10:14 ` Lee Jones
  0 siblings, 2 replies; 3+ messages in thread
From: Christophe JAILLET @ 2020-04-12 21:30 UTC (permalink / raw)
  To: lee.jones, andrew; +Cc: linux-kernel, kernel-janitors, Christophe JAILLET

Based on the file name and code of the driver, it is likely that this
module is related to TQMx86 and not TQx86.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
---
 drivers/mfd/tqmx86.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mfd/tqmx86.c b/drivers/mfd/tqmx86.c
index b9f48e588d95..ddddf08b6a4c 100644
--- a/drivers/mfd/tqmx86.c
+++ b/drivers/mfd/tqmx86.c
@@ -274,7 +274,7 @@ static int __init tqmx86_init(void)
 
 module_init(tqmx86_init);
 
-MODULE_DESCRIPTION("TQx86 PLD Core Driver");
+MODULE_DESCRIPTION("TQMx86 PLD Core Driver");
 MODULE_AUTHOR("Andrew Lunn <andrew@lunn.ch>");
 MODULE_LICENSE("GPL");
 MODULE_ALIAS("platform:tqmx86");
-- 
2.20.1


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

* Re: [PATCH] mfd: tqmx86: Fix a typo in MODULE_DESCRIPTION
  2020-04-12 21:30 [PATCH] mfd: tqmx86: Fix a typo in MODULE_DESCRIPTION Christophe JAILLET
@ 2020-04-12 21:36 ` Andrew Lunn
  2020-04-16 10:14 ` Lee Jones
  1 sibling, 0 replies; 3+ messages in thread
From: Andrew Lunn @ 2020-04-12 21:36 UTC (permalink / raw)
  To: Christophe JAILLET; +Cc: lee.jones, linux-kernel, kernel-janitors

On Sun, Apr 12, 2020 at 11:30:47PM +0200, Christophe JAILLET wrote:
> Based on the file name and code of the driver, it is likely that this
> module is related to TQMx86 and not TQx86.
> 
> Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>

Reviewed-by: Andrew Lunn <andrew@lunn.ch>

    Andrew

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

* Re: [PATCH] mfd: tqmx86: Fix a typo in MODULE_DESCRIPTION
  2020-04-12 21:30 [PATCH] mfd: tqmx86: Fix a typo in MODULE_DESCRIPTION Christophe JAILLET
  2020-04-12 21:36 ` Andrew Lunn
@ 2020-04-16 10:14 ` Lee Jones
  1 sibling, 0 replies; 3+ messages in thread
From: Lee Jones @ 2020-04-16 10:14 UTC (permalink / raw)
  To: Christophe JAILLET; +Cc: andrew, linux-kernel, kernel-janitors

On Sun, 12 Apr 2020, Christophe JAILLET wrote:

> Based on the file name and code of the driver, it is likely that this
> module is related to TQMx86 and not TQx86.
> 
> Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
> ---
>  drivers/mfd/tqmx86.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

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

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

end of thread, other threads:[~2020-04-16 10:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-12 21:30 [PATCH] mfd: tqmx86: Fix a typo in MODULE_DESCRIPTION Christophe JAILLET
2020-04-12 21:36 ` Andrew Lunn
2020-04-16 10:14 ` Lee Jones

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