usb: misc: Added space after closing brace in adutux.c

Eliminated the error of whitespace needed after a closing brace
in adutux.c

Signed-off-by: Lisa Nguyen <lisa@xenapiadmin.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Lisa Nguyen 2013-05-13 12:42:21 -07:00 committed by Greg Kroah-Hartman
parent 05d76399a6
commit 83fc1fcd13
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ static const struct usb_device_id device_table[] = {
{ USB_DEVICE(ADU_VENDOR_ID, ADU_PRODUCT_ID+100) }, /* ADU200 */
{ USB_DEVICE(ADU_VENDOR_ID, ADU_PRODUCT_ID+108) }, /* ADU208 */
{ USB_DEVICE(ADU_VENDOR_ID, ADU_PRODUCT_ID+118) }, /* ADU218 */
{ }/* Terminating entry */
{ } /* Terminating entry */
};
MODULE_DEVICE_TABLE(usb, device_table);