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>] [day] [month] [year] [list]
Date:	Wed, 6 Sep 2006 02:37:21 +0200
From:	Reiner Herrmann <reiner@...ner-h.de>
To:	Vojtech Pavlik <vojtech@...e.cz>
Cc:	linux-kernel@...r.kernel.org, trivial@...nel.org
Subject: [PATCH] usb/input/usbmouse.c: whitespace cleanup

Replace spaces with tab and change comment indention for better readability.

Signed-off-by: Reiner Herrmann <reiner@...ner-h.de>
---

diff -uprN -X linux-2.6.18-rc4/Documentation/dontdiff linux-2.6.18-rc4/drivers/usb/input/usbmouse.c linux-work/drivers/usb/input/usbmouse.c
--- linux-2.6.18-rc4/drivers/usb/input/usbmouse.c	2006-08-13 16:30:20.000000000 +0200
+++ linux-work/drivers/usb/input/usbmouse.c	2006-09-06 02:27:52.000000000 +0200
@@ -218,7 +218,7 @@ static void usb_mouse_disconnect(struct 
 
 static struct usb_device_id usb_mouse_id_table [] = {
 	{ USB_INTERFACE_INFO(3, 1, 2) },
-    { }						/* Terminating entry */
+	{ }	/* Terminating entry */
 };
 
 MODULE_DEVICE_TABLE (usb, usb_mouse_id_table);
-
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