[PATCH] Staging: vc04_services: fix brace coding style issues in vchiq_shim.c

2017-12-13 Thread Tomas Marek
This patch fix brace on next line coding style errors reported by checkpatch. Signed-off-by: Tomas Marek --- drivers/staging/vc04_services/interface/vchiq_arm/vchiq_shim.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/vc04_services/interface/vchiq_arm

Re: [PATCH v3] Staging: pi433: fix brace coding style issues in pi433_if.c

2017-12-13 Thread Tomas Marek
On 12/13/2017 03:55 AM, Greg KH wrote: > On Sat, Dec 09, 2017 at 12:41:11PM -0800, Tomas Marek wrote: >> This patch fix several brace on next line, braces not necessary, space >> around =/<, and space before/after open/close parenthesis coding style >> errors find by

[PATCH v3] Staging: pi433: fix brace coding style issues in pi433_if.c

2017-12-09 Thread Tomas Marek
This patch fix several brace on next line, braces not necessary, space around =/<, and space before/after open/close parenthesis coding style errors find by checkpatch in pi433_if.c. Signed-off-by: Tomas Marek --- Changes in v3: - DIO0_irq_handler update reverted - will be submitted

Re: [PATCH v2] Staging: pi433: fix brace coding style issues in pi433_if.c

2017-12-08 Thread Tomas Marek
On 12/06/2017 07:01 AM, Greg KH wrote: > On Mon, Dec 04, 2017 at 09:40:10PM +0100, Tomas Marek wrote: >> This patch fix several brace on next line, braces not necessary, space >> around =/<, and space before/after open/close parenthesis coding style >> errors find by

[PATCH v2] Staging: pi433: fix brace coding style issues in pi433_if.c

2017-12-04 Thread Tomas Marek
d of 'if/else if' combination for the sake of readability, and - use dev_dbg_ratelimited instead of dev_dbg to avoid message flooding. Signed-off-by: Tomas Marek --- Changes in v2: - DIO0_irq_handler updated - 'if/else if' replaced by 'switch' and &#x

[PATCH] Staging: pi433: fix brace coding style issues in pi433_if.c

2017-12-02 Thread Tomas Marek
This patch fix several brace on next line, braces not necessary, space around =/<, and space before/after open/close parenthesis coding style errors find by checkpatch in pi433_if.c. Signed-off-by: Tomas Marek --- drivers/staging/pi433/pi433_if.c | 130 ---