Re: [PATCH net-next 1/7] net: phy: marvell10g: Use get_features to get the PHY abilities

From: Maxime Chevallier
Date: Thu Feb 21 2019 - 05:31:54 EST


Hello Russell,

On Thu, 21 Feb 2019 10:22:15 +0000
Russell King - ARM Linux admin <linux@xxxxxxxxxxxxxxx> wrote:

>> + return 0;
>> +}
>> +
>> +static int mv3310_get_features(struct phy_device *phydev)
>> +{
>> + int ret, val;
>
>Please try to keep the formatting/style consistent in the file you are
>editing. A blank line here would do that. Thanks.

Sorry, I missed that (and so did checkpatch apparently). I'll send a V2.

Thanks,

Maxime