public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: asus_oled: fix spaces coding style in asus_oled.c
@ 2010-03-20 19:03 Laura Parkes
  2010-04-27 17:31 ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Laura Parkes @ 2010-03-20 19:03 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Andre Haupt, Andi Kleen, Peter Huewe,
	Kevin A. Granade
  Cc: devel, linux-kernel

>From ada5a2f3c991cbbf8f6fbd97d72718c9bb806580 Mon Sep 17 00:00:00 2001
From: Laura Parkes <laura_parkes@btinternet.com>
Date: Sat, 20 Mar 2010 17:16:19 +0000
Subject: [PATCH] Staging: asus_oled: fix spaces coding style in asus_oled.c
 This is a patch to the asus_oled.c file that fixes a spaces
 warning found by checkpatch.pl tool.
 Signed-off-by: Laura Parkes <laura_parkes@btinternet.com>

---
 drivers/staging/asus_oled/asus_oled.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/asus_oled/asus_oled.c b/drivers/staging/asus_oled/asus_oled.c
index 7ebecc9..9e7e677 100644
--- a/drivers/staging/asus_oled/asus_oled.c
+++ b/drivers/staging/asus_oled/asus_oled.c
@@ -771,7 +771,7 @@ static struct usb_driver oled_driver = {
 };
 
 static CLASS_ATTR_STRING(version, S_IRUGO,
-		 	ASUS_OLED_UNDERSCORE_NAME " " ASUS_OLED_VERSION);
+	ASUS_OLED_UNDERSCORE_NAME " " ASUS_OLED_VERSION);
 
 static int __init asus_oled_init(void)
 {
-- 
1.6.3.3


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

* [PATCH] Staging: asus_oled: fix spaces coding style in asus_oled.c
@ 2010-04-13 18:44 Laura Parkes
  2010-04-27 17:30 ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Laura Parkes @ 2010-04-13 18:44 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Andre Haupt, Andi Kleen, Peter Huewe,
	Kevin A. Granade
  Cc: devel, linux-kernel

>From ada5a2f3c991cbbf8f6fbd97d72718c9bb806580 Mon Sep 17 00:00:00 2001
From: Laura Parkes <laura_parkes@btinternet.com>
Date: Sat, 20 Mar 2010 17:16:19 +0000
Subject: [PATCH] Staging: asus_oled: fix spaces coding style in asus_oled.c
 This is a patch to the asus_oled.c file that fixes a spaces
 warning found by checkpatch.pl tool.
 Signed-off-by: Laura Parkes <laura_parkes@btinternet.com>

---
 drivers/staging/asus_oled/asus_oled.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/asus_oled/asus_oled.c b/drivers/staging/asus_oled/asus_oled.c
index 7ebecc9..9e7e677 100644
--- a/drivers/staging/asus_oled/asus_oled.c
+++ b/drivers/staging/asus_oled/asus_oled.c
@@ -771,7 +771,7 @@ static struct usb_driver oled_driver = {
 };
 
 static CLASS_ATTR_STRING(version, S_IRUGO,
-		 	ASUS_OLED_UNDERSCORE_NAME " " ASUS_OLED_VERSION);
+	ASUS_OLED_UNDERSCORE_NAME " " ASUS_OLED_VERSION);
 
 static int __init asus_oled_init(void)
 {
-- 
1.6.3.3


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

* Re: [PATCH] Staging: asus_oled: fix spaces coding style in asus_oled.c
  2010-04-13 18:44 Laura Parkes
@ 2010-04-27 17:30 ` Greg KH
  0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2010-04-27 17:30 UTC (permalink / raw)
  To: Laura Parkes
  Cc: Greg Kroah-Hartman, Andre Haupt, Andi Kleen, Peter Huewe,
	Kevin A. Granade, devel, linux-kernel

On Tue, Apr 13, 2010 at 07:44:37PM +0100, Laura Parkes wrote:
> >From ada5a2f3c991cbbf8f6fbd97d72718c9bb806580 Mon Sep 17 00:00:00 2001
> From: Laura Parkes <laura_parkes@btinternet.com>
> Date: Sat, 20 Mar 2010 17:16:19 +0000
> Subject: [PATCH] Staging: asus_oled: fix spaces coding style in asus_oled.c
>  This is a patch to the asus_oled.c file that fixes a spaces
>  warning found by checkpatch.pl tool.
>  Signed-off-by: Laura Parkes <laura_parkes@btinternet.com>

Sorry, someone else already sent this fix in.

greg k-h


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

* Re: [PATCH] Staging: asus_oled: fix spaces coding style in asus_oled.c
  2010-03-20 19:03 [PATCH] Staging: asus_oled: fix spaces coding style in asus_oled.c Laura Parkes
@ 2010-04-27 17:31 ` Greg KH
  0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2010-04-27 17:31 UTC (permalink / raw)
  To: Laura Parkes
  Cc: Greg Kroah-Hartman, Andre Haupt, Andi Kleen, Peter Huewe,
	Kevin A. Granade, devel, linux-kernel

On Sat, Mar 20, 2010 at 07:03:31PM +0000, Laura Parkes wrote:
> >From ada5a2f3c991cbbf8f6fbd97d72718c9bb806580 Mon Sep 17 00:00:00 2001
> From: Laura Parkes <laura_parkes@btinternet.com>
> Date: Sat, 20 Mar 2010 17:16:19 +0000
> Subject: [PATCH] Staging: asus_oled: fix spaces coding style in asus_oled.c
>  This is a patch to the asus_oled.c file that fixes a spaces
>  warning found by checkpatch.pl tool.
>  Signed-off-by: Laura Parkes <laura_parkes@btinternet.com>

Sorry, someone else already sent this fix in.

greg k-h


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

end of thread, other threads:[~2010-04-27 18:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-20 19:03 [PATCH] Staging: asus_oled: fix spaces coding style in asus_oled.c Laura Parkes
2010-04-27 17:31 ` Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2010-04-13 18:44 Laura Parkes
2010-04-27 17:30 ` Greg KH

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