All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] w1: Fix typo in MODULE_DESCRIPTION in matrox_w1.c
@ 2015-05-21 13:41 Masanari Iida
  2015-05-22  1:16 ` Evgeniy Polyakov
  0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2015-05-21 13:41 UTC (permalink / raw)
  To: linux-kernel, trivial, zbr; +Cc: Masanari Iida

This patch fix spelling typo in matrox_w1.c

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 drivers/w1/masters/matrox_w1.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/w1/masters/matrox_w1.c b/drivers/w1/masters/matrox_w1.c
index d8667b0..eaac8eb 100644
--- a/drivers/w1/masters/matrox_w1.c
+++ b/drivers/w1/masters/matrox_w1.c
@@ -40,7 +40,7 @@
 
 MODULE_LICENSE("GPL");
 MODULE_AUTHOR("Evgeniy Polyakov <zbr@ioremap.net>");
-MODULE_DESCRIPTION("Driver for transport(Dallas 1-wire prtocol) over VGA DDC(matrox gpio).");
+MODULE_DESCRIPTION("Driver for transport(Dallas 1-wire protocol) over VGA DDC(matrox gpio).");
 
 static struct pci_device_id matrox_w1_tbl[] = {
 	{ PCI_DEVICE(PCI_VENDOR_ID_MATROX, PCI_DEVICE_ID_MATROX_G400) },
-- 
2.4.0.53.g8440f74


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

* Re: [PATCH] w1: Fix typo in MODULE_DESCRIPTION in matrox_w1.c
  2015-05-21 13:41 [PATCH] w1: Fix typo in MODULE_DESCRIPTION in matrox_w1.c Masanari Iida
@ 2015-05-22  1:16 ` Evgeniy Polyakov
  0 siblings, 0 replies; 2+ messages in thread
From: Evgeniy Polyakov @ 2015-05-22  1:16 UTC (permalink / raw)
  To: Masanari Iida, linux-kernel, trivial

Hi

21.05.2015, 16:41, "Masanari Iida" <standby24x7@gmail.com>:
> This patch fix spelling typo in matrox_w1.c
>
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>

Looks good to me, please pull it into the tree
Acked-by: Evgeniy Polyakov <zbr@ioremap.net>

> ---
>  drivers/w1/masters/matrox_w1.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/w1/masters/matrox_w1.c b/drivers/w1/masters/matrox_w1.c
> index d8667b0..eaac8eb 100644
> --- a/drivers/w1/masters/matrox_w1.c
> +++ b/drivers/w1/masters/matrox_w1.c
> @@ -40,7 +40,7 @@
>
>  MODULE_LICENSE("GPL");
>  MODULE_AUTHOR("Evgeniy Polyakov <zbr@ioremap.net>");
> -MODULE_DESCRIPTION("Driver for transport(Dallas 1-wire prtocol) over VGA DDC(matrox gpio).");
> +MODULE_DESCRIPTION("Driver for transport(Dallas 1-wire protocol) over VGA DDC(matrox gpio).");
>
>  static struct pci_device_id matrox_w1_tbl[] = {
>          { PCI_DEVICE(PCI_VENDOR_ID_MATROX, PCI_DEVICE_ID_MATROX_G400) },
> --
> 2.4.0.53.g8440f74

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

end of thread, other threads:[~2015-05-22  1:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-21 13:41 [PATCH] w1: Fix typo in MODULE_DESCRIPTION in matrox_w1.c Masanari Iida
2015-05-22  1:16 ` Evgeniy Polyakov

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.