Re: [PATCH] staging: goldfish: fix checkpatch checks

2015-11-17 Thread Sudip Mukherjee
On Tue, Nov 17, 2015 at 05:44:55PM +0100, Christian Colic wrote: > Fix checkpatch checks: spaces around + at "reg_base+addr2" and > rewrite comparisons with NULL to "!data->reg_base" That becomes multiple changes in a single patch. It should be in separate patches. regards sudip _

[PATCH] staging: goldfish: fix checkpatch checks

2015-11-17 Thread Christian Colic
Fix checkpatch checks: spaces around + at "reg_base+addr2" and rewrite comparisons with NULL to "!data->reg_base" Signed-off-by: Christian Colic --- drivers/staging/goldfish/goldfish_audio.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/goldfish/gold