Re: [Linuxptp-devel] [PATCH 3/3] port: Fix coding style in updated functions

2018-03-20 Thread Richard Cochran
On Thu, Mar 15, 2018 at 12:00:28PM +0100, Anders Selhammer wrote: > We always but braces around 'if' blocks. Please put any clean-up patches first in the series. Thanks, Richard -- Check out the vibrant tech community

[Linuxptp-devel] [PATCH 3/3] port: Fix coding style in updated functions

2018-03-15 Thread Anders Selhammer
We always but braces around 'if' blocks. Signed-off-by: Anders Selhammer --- port.c | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/port.c b/port.c index 2edfb26..5f333be 100644 --- a/port.c +++ b/port.c @@ -1347,12 +1347,14 @@