Re: [Line6linux-devel] fix coding style issues
Status: Pre-Alpha
Brought to you by:
mgrabner
From: Markus G. <gr...@ic...> - 2012-12-23 01:20:22
|
Am Donnerstag, 20. Dezember 2012, 22:12:24 schrieb Laurent Navet: > Hi, > > As my previously sended patches seems lost, i will resend at the > beginning of 2013. > > this comments generate a switch/case non alignment warning, i think it > could be removed. > > .... > case LINE6_DEVID_PODSTUDIO_UX2: > case LINE6_DEVID_TONEPORT_GX: > case LINE6_DEVID_TONEPORT_UX1: > case LINE6_DEVID_TONEPORT_UX2: > ep_read = 0x82; > ep_write = 0x01; > break; > > /* this is for interface_number == 1: > case LINE6_DEVID_TONEPORT_UX2: > case LINE6_DEVID_PODSTUDIO_UX2: > ep_read = 0x87; > ep_write = 0x00; > break; > */ > > default: > MISSING_CASE; > > You agree ? Yes, we don't need this comment. Kind regards, Markus |