Re: [U-Boot] [PATCH 1/3] lib/crc16.c: Coding-style cleanup

2016-03-08 Thread Tom Rini
On Thu, Mar 03, 2016 at 09:34:11AM +0100, Stefan Roese wrote: > lib/crc16.c is changed to match the common U-Boot coding-style. > > Signed-off-by: Stefan Roese Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature ___ U-Boot m

[U-Boot] [PATCH 1/3] lib/crc16.c: Coding-style cleanup

2016-03-03 Thread Stefan Roese
lib/crc16.c is changed to match the common U-Boot coding-style. Signed-off-by: Stefan Roese --- lib/crc16.c | 81 ++--- 1 file changed, 40 insertions(+), 41 deletions(-) diff --git a/lib/crc16.c b/lib/crc16.c index c63fde9..57e46f8 100644