[PATCH] Staging: asus_oled: Remove space character mixed in with tab indentation.
Mike Sheldon
mike at mikeasoft.com
Tue Mar 9 16:42:39 PST 2010
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 at mikeasoft.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
More information about the devel
mailing list