All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/2] Staging:asus_oled:fix style issue in assus_oled.c
@ 2010-05-16 13:37 Morgan Gatti
  2010-05-18 21:38 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Morgan Gatti @ 2010-05-16 13:37 UTC (permalink / raw)
  To: gregkh, ak, kevin.granade, devel; +Cc: linux-kernel, sjakub, Morgan Gatti

This is a patch to the assus_oled.c file that fix the space and tabs errors founded
by the checkpatch.pl tool
Signed-off-by: Morgan Gatti <morgan.gatti@gmail.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..5b279fb 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.7.0.4


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

* Re: [PATCH 2/2] Staging:asus_oled:fix style issue in assus_oled.c
  2010-05-16 13:37 [PATCH 2/2] Staging:asus_oled:fix style issue in assus_oled.c Morgan Gatti
@ 2010-05-18 21:38 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2010-05-18 21:38 UTC (permalink / raw)
  To: Morgan Gatti; +Cc: gregkh, ak, kevin.granade, devel, linux-kernel, sjakub

On Sun, May 16, 2010 at 03:37:01PM +0200, Morgan Gatti wrote:
> This is a patch to the assus_oled.c file that fix the space and tabs errors founded
> by the checkpatch.pl tool
> Signed-off-by: Morgan Gatti <morgan.gatti@gmail.com>
> ---
>  drivers/staging/asus_oled/asus_oled.c |    2 +-

Sorry, but this patch has already been sent in and applied to the tree.
Try making patches against the linux-next tree instead of Linus's tree
to prevent from doing duplicate work.

thanks,

greg k-h

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

end of thread, other threads:[~2010-05-18 21:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-16 13:37 [PATCH 2/2] Staging:asus_oled:fix style issue in assus_oled.c Morgan Gatti
2010-05-18 21:38 ` Greg KH

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.