[PATCH] usb/input/usbmouse.c: whitespace cleanup

From: Reiner Herrmann
Date: Tue Sep 05 2006 - 20:34:13 EST


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

Signed-off-by: Reiner Herrmann <reiner@xxxxxxxxxxx>
---

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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/