Re: [PATCH] staging: ks7010: remove unnecessary brackets in single statement block

2018-03-14 Thread Greg KH
On Sun, Mar 11, 2018 at 08:22:55AM +0100, Sergio Paracuellos wrote: > This patch fix the following sparse warning: > braces {} are not necessary for single statement blocks sparse gives you this warning? Are you sure it's not checkpatch that does this? Please fix up and resend. thanks, gre

[PATCH] staging: ks7010: remove unnecessary brackets in single statement block

2018-03-10 Thread Sergio Paracuellos
This patch fix the following sparse warning: braces {} are not necessary for single statement blocks Signed-off-by: Sergio Paracuellos --- drivers/staging/ks7010/ks_hostif.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/ks7010/ks_hostif.c b/drivers/st