Hello,
> > +/**
> > + * @brieg Get config name
> > + * @param c Pointer to config
> > + * @param buf Buffer where name should be copied
> > + * @param len Length of given buffer
> > + * @return Pointer to destination or NULL if error occurred.
> > + */
> > +extern char *usbg_get_config_name(struct config* c, char *buf,
> size_t len);
>
> Be consistent in your coding style: always put * next to the
> variable name
> (this is kernel style though).
True. My fault - some typo and copy pasta. Will be fixed for v2.
Thanks,
Krzysztof Opasiak
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html