[PATCH v2] Staging: comedi: fix multiple line dereference coding style issue in cb_pcidas64.c

2018-03-23 Thread Jian Zhang
This is a patch to the cb_pcidas64.c file that fixes up a multiple line dereference warning found by the checkpatch.pl tool. Signed-off-by: Jian Zhang --- drivers/staging/comedi/drivers/cb_pcidas64.c | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a

[PATCH] Staging: comedi: fix multiple line dereference coding style issue in cb_pcidas64.c

2018-03-22 Thread Jian Zhang
This is a patch to the cb_pcidas64.c file that fixes up a multiple line dereference warning found by the checkpatch.pl tool Signed-off-by: Jian Zhang --- drivers/staging/comedi/drivers/cb_pcidas64.c | 17 +++-- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/drivers