On Thu, 2013-12-05 at 15:53 -0800, Florian Fainelli wrote:
> 2013/12/5 Sergei Shtylyov <[email protected]>:
> >>
> >> +       /* Set phydev->supported based on the "max-speed" property
> >> +        * if present */
[]
> All other comments in this file are:
> 
> /* bla
>  * bla
>  */
> 
> which is why I used the same style.

Kind of.  This should be:

        /* Set phydev->supported based on the "max-speed" property
         * if present
         */

Or if you want to use all 80 columns:

        /* Set phydev->supported based on the "max-speed" property if present */

or maybe

        /* Set phydev->supported using the "max-speed" property (if present) */


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

Reply via email to