Re: [PATCH net] net: phy: dp83867: Fix various styling and space issues

2020-09-03 Thread Andrew Lunn
> > >   #define DP83867_CFG4_SGMII_ANEG_MASK (BIT(5) | BIT(6)) > > >   #define DP83867_CFG4_SGMII_ANEG_TIMER_11MS   (3 << 5) > > >   #define DP83867_CFG4_SGMII_ANEG_TIMER_800US  (2 << 5) > > > -#define DP83867_CFG4_SGMII_ANEG_TIMER_2US    (1 << 5) > > > +#define DP83867_CFG4_SGMII_ANEG_TIMER_2US   

Re: [PATCH net] net: phy: dp83867: Fix various styling and space issues

2020-09-03 Thread Joe Perches
On Thu, 2020-09-03 at 11:41 -0500, Dan Murphy wrote: > On 9/3/20 11:34 AM, Florian Fainelli wrote: > > On 9/3/2020 7:15 AM, Dan Murphy wrote: > > > Fix spacing issues reported for misaligned switch..case and extra new > > > lines. [] > > > diff --git a/drivers/net/phy/dp83867.c

Re: [PATCH net] net: phy: dp83867: Fix various styling and space issues

2020-09-03 Thread Florian Fainelli
On 9/3/2020 9:41 AM, Dan Murphy wrote: Florian On 9/3/20 11:34 AM, Florian Fainelli wrote: On 9/3/2020 7:15 AM, Dan Murphy wrote: Fix spacing issues reported for misaligned switch..case and extra new lines. Also updated the file header to comply with networking commet style.

Re: [PATCH net] net: phy: dp83867: Fix various styling and space issues

2020-09-03 Thread Dan Murphy
Florian On 9/3/20 11:34 AM, Florian Fainelli wrote: On 9/3/2020 7:15 AM, Dan Murphy wrote: Fix spacing issues reported for misaligned switch..case and extra new lines. Also updated the file header to comply with networking commet style. Signed-off-by: Dan Murphy ---  

Re: [PATCH net] net: phy: dp83867: Fix various styling and space issues

2020-09-03 Thread Florian Fainelli
On 9/3/2020 7:15 AM, Dan Murphy wrote: Fix spacing issues reported for misaligned switch..case and extra new lines. Also updated the file header to comply with networking commet style. Signed-off-by: Dan Murphy --- drivers/net/phy/dp83867.c | 47 ++-

[PATCH net] net: phy: dp83867: Fix various styling and space issues

2020-09-03 Thread Dan Murphy
Fix spacing issues reported for misaligned switch..case and extra new lines. Also updated the file header to comply with networking commet style. Signed-off-by: Dan Murphy --- drivers/net/phy/dp83867.c | 47 ++- 1 file changed, 22 insertions(+), 25