On Thu, Oct 07, 2010 at 05:24:57PM +0200, tlinder wrote: > +/** Default endpoint companion descriptor */ What's the '**' for? > +static struct usb_ss_ep_comp_descriptor default_ep_comp_desc = { > + .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, > + .bLength = 0x06, > + .bMaxBurst = 0, /* the default is we don't support bursting */ > + .bmAttributes = 0, /* 2^0 streams supported */ > + .wBytesPerInterval = 0, > +}; > + > +/**This function receives a pointer to usb_function and adds Incorrect kerneldoc formatting, please fix this up. thanks, greg k-h -- 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