]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit43ee8f0ae550d0571adc81f8d46d842845b37487
treeaefae9cf2c66027f6bc422644196f739cb648770
parente5db9e49c61f3dd06f1d11c57b5ebaece3b761c3
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