Re: [U-Boot] [PATCH 04/51] net: phy: marvell: Fix style violations

2017-07-27 Thread Joe Hershberger
On Fri, Jul 14, 2017 at 7:54 AM, Mario Six wrote: > Fix some style violations in the Marvell PHY driver. > > Signed-off-by: Mario Six Acked-by: Joe Hershberger ___ U-Boot mailing list

Re: [U-Boot] [PATCH 04/51] net: phy: marvell: 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 Marvell PHY driver. > > Signed-off-by: Mario Six > --- > > drivers/net/phy/marvell.c | 44 ++-- > 1 file changed, 22 insertions(+), 22

[U-Boot] [PATCH 04/51] net: phy: marvell: Fix style violations

2017-07-14 Thread Mario Six
Fix some style violations in the Marvell PHY driver. Signed-off-by: Mario Six --- drivers/net/phy/marvell.c | 44 ++-- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/drivers/net/phy/marvell.c