Re: [PATCH net-next v2 1/5] net: stmmac: enable clause 45 mdio support

From: David Miller
Date: Fri May 24 2019 - 16:35:45 EST


From: Voon Weifeng <weifeng.voon@xxxxxxxxx>
Date: Thu, 23 May 2019 23:32:43 +0800

> +static void stmmac_mdio_c45_setup(struct stmmac_priv *priv, int phyreg,
> + u32 *val, u32 *data)
> +{
> + unsigned int reg_mask = priv->hw->mii.reg_mask;
> + unsigned int reg_shift = priv->hw->mii.reg_shift;

Reverse christmas tree please.

Please fix this up for your entire submissions as there were several other
instances of this.

Thank you.