All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] leds: lp8501: Fix typo in MODULE_DESCRIPTION in leds-lp8501.c
@ 2015-03-30  9:50 Masanari Iida
  2015-03-30  9:50 ` [PATCH 2/2] leds:lp8860: Fix typo in MODULE_DESCRIPTION in leds-lp8860.c Masanari Iida
  2015-03-30 17:20 ` [PATCH 1/2] leds: lp8501: Fix typo in MODULE_DESCRIPTION in leds-lp8501.c Bryan Wu
  0 siblings, 2 replies; 4+ messages in thread
From: Masanari Iida @ 2015-03-30  9:50 UTC (permalink / raw)
  To: linux-kernel, cooloney, rpurdie, linux-leds
  Cc: trivial, dmurphy, milo.kim, Masanari Iida

This patch fix a spelling typo in MODULE_DESCRIPTION in
leds-lp8501.c

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

diff --git a/drivers/leds/leds-lp8501.c b/drivers/leds/leds-lp8501.c
index 00f068b..d3098e3 100644
--- a/drivers/leds/leds-lp8501.c
+++ b/drivers/leds/leds-lp8501.c
@@ -406,6 +406,6 @@ static struct i2c_driver lp8501_driver = {
 
 module_i2c_driver(lp8501_driver);
 
-MODULE_DESCRIPTION("Texas Instruments LP8501 LED drvier");
+MODULE_DESCRIPTION("Texas Instruments LP8501 LED driver");
 MODULE_AUTHOR("Milo Kim");
 MODULE_LICENSE("GPL");
-- 
2.3.4.274.g92e625d

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

* [PATCH 2/2] leds:lp8860: Fix typo in MODULE_DESCRIPTION in leds-lp8860.c
  2015-03-30  9:50 [PATCH 1/2] leds: lp8501: Fix typo in MODULE_DESCRIPTION in leds-lp8501.c Masanari Iida
@ 2015-03-30  9:50 ` Masanari Iida
  2015-03-30 17:21   ` Bryan Wu
  2015-03-30 17:20 ` [PATCH 1/2] leds: lp8501: Fix typo in MODULE_DESCRIPTION in leds-lp8501.c Bryan Wu
  1 sibling, 1 reply; 4+ messages in thread
From: Masanari Iida @ 2015-03-30  9:50 UTC (permalink / raw)
  To: linux-kernel, cooloney, rpurdie, linux-leds
  Cc: trivial, dmurphy, milo.kim, Masanari Iida

This patch fix a spelling typo in MODULE_DESCRIPTION in
leds-lp8860.c

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

diff --git a/drivers/leds/leds-lp8860.c b/drivers/leds/leds-lp8860.c
index f2a29c2..8c2b7fb 100644
--- a/drivers/leds/leds-lp8860.c
+++ b/drivers/leds/leds-lp8860.c
@@ -488,6 +488,6 @@ static struct i2c_driver lp8860_driver = {
 };
 module_i2c_driver(lp8860_driver);
 
-MODULE_DESCRIPTION("Texas Instruments LP8860 LED drvier");
+MODULE_DESCRIPTION("Texas Instruments LP8860 LED driver");
 MODULE_AUTHOR("Dan Murphy <dmurphy@ti.com>");
 MODULE_LICENSE("GPL");
-- 
2.3.4.274.g92e625d

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

* Re: [PATCH 1/2] leds: lp8501: Fix typo in MODULE_DESCRIPTION in leds-lp8501.c
  2015-03-30  9:50 [PATCH 1/2] leds: lp8501: Fix typo in MODULE_DESCRIPTION in leds-lp8501.c Masanari Iida
  2015-03-30  9:50 ` [PATCH 2/2] leds:lp8860: Fix typo in MODULE_DESCRIPTION in leds-lp8860.c Masanari Iida
@ 2015-03-30 17:20 ` Bryan Wu
  1 sibling, 0 replies; 4+ messages in thread
From: Bryan Wu @ 2015-03-30 17:20 UTC (permalink / raw)
  To: Masanari Iida
  Cc: linux-kernel, rpurdie, Linux LED Subsystem, Jiri Kosina,
	Dan Murphy, 김우겸

On Mon, Mar 30, 2015 at 2:50 AM, Masanari Iida <standby24x7@gmail.com> wrote:
> This patch fix a spelling typo in MODULE_DESCRIPTION in
> leds-lp8501.c
>

merged. thanks.

-Bryan

> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
> ---
>  drivers/leds/leds-lp8501.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/leds/leds-lp8501.c b/drivers/leds/leds-lp8501.c
> index 00f068b..d3098e3 100644
> --- a/drivers/leds/leds-lp8501.c
> +++ b/drivers/leds/leds-lp8501.c
> @@ -406,6 +406,6 @@ static struct i2c_driver lp8501_driver = {
>
>  module_i2c_driver(lp8501_driver);
>
> -MODULE_DESCRIPTION("Texas Instruments LP8501 LED drvier");
> +MODULE_DESCRIPTION("Texas Instruments LP8501 LED driver");
>  MODULE_AUTHOR("Milo Kim");
>  MODULE_LICENSE("GPL");
> --
> 2.3.4.274.g92e625d
>

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

* Re: [PATCH 2/2] leds:lp8860: Fix typo in MODULE_DESCRIPTION in leds-lp8860.c
  2015-03-30  9:50 ` [PATCH 2/2] leds:lp8860: Fix typo in MODULE_DESCRIPTION in leds-lp8860.c Masanari Iida
@ 2015-03-30 17:21   ` Bryan Wu
  0 siblings, 0 replies; 4+ messages in thread
From: Bryan Wu @ 2015-03-30 17:21 UTC (permalink / raw)
  To: Masanari Iida
  Cc: linux-kernel, rpurdie, Linux LED Subsystem, Jiri Kosina,
	Dan Murphy, 김우겸

On Mon, Mar 30, 2015 at 2:50 AM, Masanari Iida <standby24x7@gmail.com> wrote:
> This patch fix a spelling typo in MODULE_DESCRIPTION in
> leds-lp8860.c
>

merged thanks,
-Bryan

> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
> ---
>  drivers/leds/leds-lp8860.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/leds/leds-lp8860.c b/drivers/leds/leds-lp8860.c
> index f2a29c2..8c2b7fb 100644
> --- a/drivers/leds/leds-lp8860.c
> +++ b/drivers/leds/leds-lp8860.c
> @@ -488,6 +488,6 @@ static struct i2c_driver lp8860_driver = {
>  };
>  module_i2c_driver(lp8860_driver);
>
> -MODULE_DESCRIPTION("Texas Instruments LP8860 LED drvier");
> +MODULE_DESCRIPTION("Texas Instruments LP8860 LED driver");
>  MODULE_AUTHOR("Dan Murphy <dmurphy@ti.com>");
>  MODULE_LICENSE("GPL");
> --
> 2.3.4.274.g92e625d
>

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

end of thread, other threads:[~2015-03-30 17:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-30  9:50 [PATCH 1/2] leds: lp8501: Fix typo in MODULE_DESCRIPTION in leds-lp8501.c Masanari Iida
2015-03-30  9:50 ` [PATCH 2/2] leds:lp8860: Fix typo in MODULE_DESCRIPTION in leds-lp8860.c Masanari Iida
2015-03-30 17:21   ` Bryan Wu
2015-03-30 17:20 ` [PATCH 1/2] leds: lp8501: Fix typo in MODULE_DESCRIPTION in leds-lp8501.c Bryan Wu

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.