Minor style fix, following a general code style in the kernel. Signed-off-by: Eldad Zack <eldad@xxxxxxxxxxxxxxx> --- sound/usb/card.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sound/usb/card.c b/sound/usb/card.c index 8bab36c..314e8a2 100644 --- a/sound/usb/card.c +++ b/sound/usb/card.c @@ -714,8 +714,7 @@ static struct usb_device_id usb_audio_ids [] = { .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL }, { } /* Terminating entry */ }; - -MODULE_DEVICE_TABLE (usb, usb_audio_ids); +MODULE_DEVICE_TABLE(usb, usb_audio_ids); /* * entry point for linux usb interface -- 1.8.1.5 _______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxx http://mailman.alsa-project.org/mailman/listinfo/alsa-devel