Re: [U-Boot] [PATCH 08/51] phy: Fix style violations

2017-07-18 Thread Simon Glass
On 14 July 2017 at 05:54, Mario Six wrote: > Fix some style violations in the generic PHY management code. > > Signed-off-by: Mario Six > --- > > drivers/net/phy/phy.c | 83 > +++ > 1 file changed, 50 insertions(+), 33 deletions(-) Reviewed-by: S

[U-Boot] [PATCH 08/51] phy: Fix style violations

2017-07-14 Thread Mario Six
Fix some style violations in the generic PHY management code. Signed-off-by: Mario Six --- drivers/net/phy/phy.c | 83 +++ 1 file changed, 50 insertions(+), 33 deletions(-) diff --git a/drivers/net/phy/phy.c b/drivers/net/phy/phy.c index 08ec2f2a