public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: asus_oled: Remove space character mixed in with tab indentation. This patches asus_oled.c to remove a space character in the middle of some tab indentation (found by checkpatch.pl). Signed-off-by: Mike Sheldon <mike@mikeasoft.com>
@ 2010-03-10  0:37 Mike Sheldon
  2010-04-27 17:23 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Sheldon @ 2010-03-10  0:37 UTC (permalink / raw)
  To: gregkh, andre, ak, peterhuewe; +Cc: devel, linux-kernel, mike

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


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

* Re: [PATCH] Staging: asus_oled: Remove space character mixed in with tab indentation. This patches asus_oled.c to remove a space character in the middle of some tab indentation (found by checkpatch.pl). Signed-off-by: Mike Sheldon <mike@mikeasoft.com>
  2010-03-10  0:37 [PATCH] Staging: asus_oled: Remove space character mixed in with tab indentation. This patches asus_oled.c to remove a space character in the middle of some tab indentation (found by checkpatch.pl). Signed-off-by: Mike Sheldon <mike@mikeasoft.com> Mike Sheldon
@ 2010-04-27 17:23 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2010-04-27 17:23 UTC (permalink / raw)
  To: Mike Sheldon; +Cc: gregkh, andre, ak, peterhuewe, devel, linux-kernel

On Wed, Mar 10, 2010 at 12:37:35AM +0000, Mike Sheldon wrote:
> ---
>  drivers/staging/asus_oled/asus_oled.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Sorry, someone else already sent this fix in.

greg k-h

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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-10  0:37 [PATCH] Staging: asus_oled: Remove space character mixed in with tab indentation. This patches asus_oled.c to remove a space character in the middle of some tab indentation (found by checkpatch.pl). Signed-off-by: Mike Sheldon <mike@mikeasoft.com> Mike Sheldon
2010-04-27 17:23 ` Greg KH

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