On Wed, 17 Oct 2012, Peter Chen wrote: > > > + i = HCS_N_PORTS (ehci->hcs_params); > > > + while (i--) { > > > + temp = ehci_readl(ehci, &ehci->regs->port_status [i]); > > > > No space before the '['. > A lot of place has this problem at this file, besides, there is a space > before ')', like "struct ehci_hcd *ehci = hcd_to_ehci (hcd);", > Do you need I submit a patch to fix this coding style problem? It's not worthwhile to fix all the existing style problems. Just don't add new ones. Alan Stern -- 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