lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 10 Mar 2010 17:57:23 +0100
From:	Thomas Klute <thomas2.klute@...-dortmund.de>
To:	gregkh@...e.de
Cc:	sjakub@...il.com, devel@...verdev.osuosl.org,
	linux-kernel@...r.kernel.org,
	Thomas Klute <thomas2.klute@...-dortmund.de>
Subject: [PATCH] asus_oled: whitespace cleanup

Remove space in indentation to make checkpatch.pl happy.

Signed-off-by: Thomas Klute <thomas2.klute@...-dortmund.de>
---
 drivers/staging/asus_oled/TODO        |    1 -
 drivers/staging/asus_oled/asus_oled.c |    2 +-
 2 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/asus_oled/TODO b/drivers/staging/asus_oled/TODO
index 2514131..1daf2a5 100644
--- a/drivers/staging/asus_oled/TODO
+++ b/drivers/staging/asus_oled/TODO
@@ -1,5 +1,4 @@
 TODO:
-	- checkpatch.pl cleanups
 	- sparse fixes
 	- audit the userspace interface
 		- sysfs vs. char?
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.6.4.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ