Re: [RFC/PATCH v2 3/3] usb:gadget: Add SuperSpeed support to theGadget Framework

From: Greg KH
Date: Thu Oct 07 2010 - 11:40:54 EST


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-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/