Am Mittwoch, 27. Juli 2011, 06:04:19 schrieb Greg Kroah-Hartman: > @@ -187,8 +187,8 @@ static struct xhci_ring *xhci_ring_alloc(struct xhci_hcd *xhci, > > if (link_trbs) { > /* See section 4.9.2.1 and 6.4.4.1 */ > - prev->trbs[TRBS_PER_SEGMENT-1].link. > - control |= cpu_to_le32(LINK_TOGGLE); > + prev->trbs[TRBS_PER_SEGMENT-1].link.control |= > + cpu_to_le32(LINK_TOGGLE); Hi, I am not objecting to this particular piece of code. However calling this readable is a joke, before and after. So could someone please stop those people who make a religion out of the number of characters in a line? Regards Oliver -- - - - SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 16746 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germany - - - -- 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