From: Voon Weifeng <[email protected]>
Date: Sat,  1 Jun 2019 03:58:12 +0800

> +static bool mac_adjust_link(struct stmmac_priv *priv,
> +                         int *speed, int *duplex)
> +{
> +     bool new_state = false;
> +
> +     u32 ctrl = readl(priv->ioaddr + MAC_CTRL_REG);

Again please don't break up the local variable declarations like this.

Reply via email to