Re: [PATCH] staging: gasket: core: Fix a coding style issue in gasket_core.c

2020-06-16 Thread Joe Perches
On Sun, 2020-06-14 at 21:51 +0800, Zhixu Zhao wrote: > Fix a coding alignment issue found by checkpatch.pl. Another option would be to use a temporary for gasket_dev->bar_data[bar_num] Something like: --- drivers/staging/gasket/gasket_core.c | 29 ++--- 1 file changed,

[PATCH] staging: gasket: core: Fix a coding style issue in gasket_core.c

2020-06-14 Thread Zhixu Zhao
Fix a coding alignment issue found by checkpatch.pl. Signed-off-by: Zhixu Zhao --- drivers/staging/gasket/gasket_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/gasket/gasket_core.c b/drivers/staging/gasket/gasket_core.c index