On 11.06.16 08:50, David Miller wrote:
From: Ivan Khoronzhuk <ivan.khoronz...@linaro.org> Date: Tue, 7 Jun 2016 16:59:35 +0300if (!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.
I will correct it in v3 -- Regards, Ivan Khoronzhuk