staging: gasket: ioctl: fix function param line continuation style
authorTodd Poynor <toddpoynor@google.com>
Tue, 31 Jul 2018 20:24:40 +0000 (13:24 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Aug 2018 18:07:02 +0000 (20:07 +0200)
commit3e845083131224934b6833642aa1c9a0754b4e61
tree2923e4bd41d14ef4e1afb54ab5f6a4eab977ce3b
parent88c8a377c00ff3a69bf5a4abfdf6fc5f041089e1
staging: gasket: ioctl: fix function param line continuation style

Fix multi-line alignment formatting to look like:
      int ret = long_function_name(device, VARIABLE1, VARIABLE2,
                                   VARIABLE3, VARIABLE4);

Many of these TODO items were previously cleaned up during the conversion
to standard logging functions.

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