]> git.baikalelectronics.ru Git - kernel.git/commit
staging: gasket: apex: fix function param line continuation style
authorTodd Poynor <toddpoynor@google.com>
Sun, 29 Jul 2018 19:36:46 +0000 (12:36 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 30 Jul 2018 08:54:51 +0000 (10:54 +0200)
commit828282d80ab6e3b79cb3bc5c10f0929721dc9d80
tree126e47f93d39e3d7a0e013328f8be2ffd61b9267
parentec2bd224b0a94c2fbd7efb3301100d90c3d2c14f
staging: gasket: apex: 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/apex_driver.c