Skip to content

Commit

Permalink
USB: usb/input/usbmouse.c: whitespace cleanup
Browse files Browse the repository at this point in the history
Replace spaces with tab and change comment indention for better readability.

Signed-off-by: Reiner Herrmann <reiner@reiner-h.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Reiner Herrmann authored and Greg Kroah-Hartman committed Sep 27, 2006
1 parent cd22afd commit 14acdcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/input/usbmouse.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 14acdcd

Please sign in to comment.