On Mon, May 22, 2017 at 12:13:12PM +0300, Sergei Shtylyov wrote: > >+ if (vhci_driver->nports <= 0) { > >+ err("no available ports"); > >+ goto err; > >+ } > >+ else if (vhci_driver->nports > MAXNPORT) { > > } and *else if* should be on te same line. Not sure how I missed that in > the 1st review, sorry about that... Thank you so much. No, it's all on me. I'm sorry, really. Thanks, Yuyang -- 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