From: Robert Hancock <hanc...@sedsystems.ca>
Date: Wed,  5 Jun 2019 14:42:33 -0600

> +static int axienet_mac_link_state(struct phylink_config *config,
> +                               struct phylink_link_state *state)
> +{
> +     u32 emmc_reg, fcc_reg;
> +     struct net_device *ndev = to_net_dev(config->dev);
> +     struct axienet_local *lp = netdev_priv(ndev);

Reverse christmas tree please.

> +static void axienet_mac_config(struct phylink_config *config, unsigned int 
> mode,
> +                            const struct phylink_link_state *state)
> +{
> +     u32 emmc_reg, fcc_reg;
> +     struct net_device *ndev = to_net_dev(config->dev);
> +     struct axienet_local *lp = netdev_priv(ndev);

Likewise.

Reply via email to