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
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
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
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
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
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 ---