mirror of https://gitee.com/openkylin/linux.git
staging: line6: Remove useless comments
Signed-off-by: Chris Rorvick <chris@rorvick.com> Reviewed-by: Stefan Hajnoczi <stefanha@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
f45be7dcc9
commit
5a85847425
|
@ -61,7 +61,6 @@ MODULE_DEVICE_TABLE(usb, line6_id_table);
|
|||
{.id = dev_id,\
|
||||
.name = dev_name, .capabilities = LINE6_BIT_##dev_cap}
|
||||
|
||||
/* *INDENT-OFF* */
|
||||
static const struct line6_properties line6_properties_table[] = {
|
||||
L6PROP("BassPODxt", "BassPODxt", CTRL_PCM_HW),
|
||||
L6PROP("BassPODxtLive", "BassPODxt Live", CTRL_PCM_HW),
|
||||
|
@ -82,7 +81,6 @@ static const struct line6_properties line6_properties_table[] = {
|
|||
L6PROP("TonePortUX2", "TonePort UX2", PCM),
|
||||
L6PROP("Variax", "Variax Workbench", CONTROL),
|
||||
};
|
||||
/* *INDENT-ON* */
|
||||
|
||||
/*
|
||||
This is Line6's MIDI manufacturer ID.
|
||||
|
|
Loading…
Reference in New Issue