Re: [PATCH] staging: vc04_services: open brace code style fix

2017-03-06 Thread Greg KH
On Sun, Mar 05, 2017 at 04:24:43PM +1100, Sergiy Redko wrote: > This fixes an error found by checkpatch about the open > brace not being on the same line as if statement. > It also adds a missing blank like to fix another > checkpatch warning. > > Signed-off-by: Sergiy Redko

[PATCH] staging: vc04_services: open brace code style fix

2017-03-04 Thread Sergiy Redko
This fixes an error found by checkpatch about the open brace not being on the same line as if statement. It also adds a missing blank like to fix another checkpatch warning. Signed-off-by: Sergiy Redko --- drivers/staging/vc04_services/interface/vchiq_arm/vchiq_shim.c | 4