Re: [PATCH net-next 4/5] net: phy: realtek: use the same indentation for all #defines

2017-12-02 Thread Andrew Lunn
On Sat, Dec 02, 2017 at 10:51:27PM +0100, Martin Blumenstingl wrote: > This simply makes the code easier to read. No functional changes. > > Signed-off-by: Martin Blumenstingl Reviewed-by: Andrew Lunn Andrew

[PATCH net-next 4/5] net: phy: realtek: use the same indentation for all #defines

2017-12-02 Thread Martin Blumenstingl
This simply makes the code easier to read. No functional changes. Signed-off-by: Martin Blumenstingl --- drivers/net/phy/realtek.c | 27 ++- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/drivers/net/phy/realtek.c