Re: [PATCH] Staging: board: Fix macro code style error

2017-02-21 Thread Valentin Hübner
On Mon, Feb 20, 2017 at 06:55:06PM +0100, Greg Kroah-Hartman wrote: > checkpatch is wrong here, you are now adding more lines than you remove: I see, thank you! Valentin ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverpro

Re: [PATCH] Staging: board: Fix macro code style error

2017-02-20 Thread Greg Kroah-Hartman
On Mon, Feb 20, 2017 at 05:44:50PM +, Valentin Huebner wrote: > Fixes a 'macro with flow control statement' checkpatch code style > error by removing the board_staging() macro and replacing its two > calls checkpatch is wrong here, you are now adding more lines than you remove: > Signed-off-b

[PATCH] Staging: board: Fix macro code style error

2017-02-20 Thread Valentin Huebner
Fixes a 'macro with flow control statement' checkpatch code style error by removing the board_staging() macro and replacing its two calls Signed-off-by: Valentin Hübner --- drivers/staging/board/armadillo800eva.c | 10 +- drivers/staging/board/board.h | 11 --- drivers/