[alsa-devel] [PATCHv2 02/10] ALSA: usb-audio: neaten MODULE_DEVICE_TABLE placement

Eldad Zack eldad at fogrefinery.com
Wed Apr 3 23:18:50 CEST 2013


Minor style fix, following a general code style in the kernel.

Signed-off-by: Eldad Zack <eldad at fogrefinery.com>
---
 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



More information about the Alsa-devel mailing list