On Sat, 18 Oct 2014 20:28:11 +0400 Sergei Shtylyov <sergei.shtylyov@xxxxxxxxxxxxxxxxxx> wrote: > > ... > > 0x0C, USB_RECIP_INTERFACE | USB_TYPE_VENDOR, > > - 0x01, 0x0, us->iobuf, 0x1, 5000); > > + 0x01, 0x0, us->iobuf, 0x1, 5*HZ); > > Pleas surround * with spaces, for consistency with the code above (and > thye general kernel coding style). I noticed that spaces aren't used consistently. For example in drivers/usb/storage/transport.c there are four instances of n*HZ. Also in various files not in drivers/usb/ I assume it's not worth submitting a patch to only fix coding-style issues like that? Mark -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html