OSDN Git Service

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)
commit26fd80ead0fe4dec100d6c2f8ce28897f2e25f2c
tree126e47f93d39e3d7a0e013328f8be2ffd61b9267
parentc76b15fe7b7b8c74aa49960ecbe1d44c5c0104ab
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