Re: [PATCH v2 1/2] net: ethernet: ti: cpsw: remove rx_descs property

From: David Miller
Date: Sat Jun 11 2016 - 01:50:49 EST


From: Ivan Khoronzhuk <ivan.khoronzhuk@xxxxxxxxxx>
Date: Tue, 7 Jun 2016 16:59:35 +0300

> if (!cpsw_common_res_usage_state(priv)) {
> + int buf_num;
> struct cpsw_priv *priv_sl0 = cpsw_get_slave_priv(priv, 0);
>

Please always order local variable declarations from longest to shortest
line.