Re: [U-Boot] [PATCH 076/080] phy: Fix style violations

2017-12-05 Thread Joe Hershberger
On Fri, Sep 29, 2017 at 7:52 AM, Mario Six wrote: > Fix some style violations in the generic PHY management code. > > Signed-off-by: Mario Six > --- > drivers/net/phy/phy.c | 82 > ++- > 1 file changed, 49 insertions(+), 33 deletions(-) > > diff -

[U-Boot] [PATCH 076/080] phy: Fix style violations

2017-09-29 Thread Mario Six
Fix some style violations in the generic PHY management code. Signed-off-by: Mario Six --- drivers/net/phy/phy.c | 82 ++- 1 file changed, 49 insertions(+), 33 deletions(-) diff --git a/drivers/net/phy/phy.c b/drivers/net/phy/phy.c index 5be51d73c