staging: gasket: core: fix line continuation indent in gasket_alloc_dev
authorTodd Poynor <toddpoynor@google.com>
Fri, 10 Aug 2018 03:20:58 +0000 (20:20 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Aug 2018 17:43:42 +0000 (19:43 +0200)
commitc5e0a62ad80aac638f222e8d574f0994c4425f30
treeaefae9cf2c66027f6bc422644196f739cb648770
parent4cfc2bff29cadf9c0df9723adbce1fce7ee33281
staging: gasket: core: fix line continuation indent in gasket_alloc_dev

Previous cleanups missed a case of multi-line function call with line
continuation parameters not aligned per kernel style.

Signed-off-by: Todd Poynor <toddpoynor@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gasket/gasket_core.c