> +static void isp1704_charger_work(struct work_struct *data)
> +{
> +     struct isp1704_charger  *isp =
> +             container_of(data, struct isp1704_charger, work);
> +
> +     /* FIXME Only supporting dedicated chargers even though isp1704 can
> +      * detect HUB and HOST chargers. If the device has already been
> +      * enumerated, the detection will break the connection.
> +      */

Minor CodingStyle comment (since you're reworking the patch anyway).

Preferred style for multi-line comments is:

/*
 * FIXME Only supporting ...
 * detect HUB ...
 * enumerated ...
 */

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to