staging: gasket: page table: fix function param line continuation style
authorTodd Poynor <toddpoynor@google.com>
Tue, 31 Jul 2018 20:24:41 +0000 (13:24 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Aug 2018 18:07:02 +0000 (20:07 +0200)
commite8c7f19981dce9e8661b0b1e277bda4c322f9af7
treede98541875d5ed71f03ff7f905115fe46480ab02
parent3e845083131224934b6833642aa1c9a0754b4e61
staging: gasket: page table: 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_page_table.c
drivers/staging/gasket/gasket_page_table.h