OSDN Git Service

staging: comedi: Remove a newline inside a dereference
authorEisha Chen-yen-su <chenyensu0@gmail.com>
Mon, 19 Feb 2018 16:04:22 +0000 (17:04 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 19 Feb 2018 16:57:43 +0000 (17:57 +0100)
commitcc62f8164e2e2b546fd376b86df848c33bc115e4
treec7911aadba1c6a0d87410e32585aa7c2bb379b14
parentf782497c0991022c1a01d2cffe587eb7ea01a062
staging: comedi: Remove a newline inside a dereference

Remove a new line inside a dereference so that it is not on
multiple lines.
And avoid making the line go over 80 columns by moving the whole
dma_alloc_coherent() call back 4 columns. Problem found with
checkpatch.

Signed-off-by: Eisha Chen-yen-su <chenyensu0@gmail.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/cb_pcidas64.c