Re: [PATCH v2 1/2] net: ethernet: ti: cpsw: remove rx_descs property
From: David Miller <davem@davemloft.net>
Date: 2016-06-11 05:50:47
Also in:
linux-omap, lkml, netdev
From: David Miller <davem@davemloft.net>
Date: 2016-06-11 05:50:47
Also in:
linux-omap, lkml, netdev
From: Ivan Khoronzhuk <redacted> 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.