]> 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)
commitc7f07dc5266534058bacd9f5ee6bc575bcc1fde6
treeaefae9cf2c66027f6bc422644196f739cb648770
parent5eb57f1535d18d32ba2011765a6b262fe9b27886
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