Commit 14acdcd3 authored by Reiner Herrmann's avatar Reiner Herrmann Committed by Greg Kroah-Hartman

USB: usb/input/usbmouse.c: whitespace cleanup

Replace spaces with tab and change comment indention for better readability.
Signed-off-by: default avatarReiner Herrmann <reiner@reiner-h.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent cd22afda
......@@ -218,7 +218,7 @@ static void usb_mouse_disconnect(struct usb_interface *intf)
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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment