Skip to content

Commit 57c3432

Browse files
authored
Fix no space after comments in init_vusb.go
1 parent 364746b commit 57c3432

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sys/linux/init_vusb.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,10 @@ func (arch *arch) generateAudioDeviceDescriptor(g *prog.Gen, typ0 prog.Type, dir
160160
{0x0763, 0x0150},
161161
// Test if this covers midi.c | grep USB_VID_VENDOR
162162
{0x0582, 0x0582},
163-
//sound/usb/card.c
163+
// sound/usb/card.c
164164
{0x18d1, 0x2d04},
165165
{0x18d1, 0x2d05},
166-
//sound/usb/format.c
166+
// sound/usb/format.c
167167
{0x0582, 0x0016},
168168
{0x0582, 0x000c},
169169
{0x0d8c, 0x0201},
@@ -187,7 +187,7 @@ func (arch *arch) generateAudioDeviceDescriptor(g *prog.Gen, typ0 prog.Type, dir
187187
{0x0e41, 0x3020},
188188
{0x0e41, 0x3061},
189189
{0x0a67, 0x5011},
190-
//sound/usb/mixer_quirks.c
190+
// sound/usb/mixer_quirks.c
191191
{0x041e, 0x3000},
192192
{0x041e, 0x3020},
193193
{0x041e, 0x3040},

0 commit comments

Comments
 (0)