staging: wfx: clear alignment style issues
authorTomer Samara <tomersamara98@gmail.com>
Sun, 2 Aug 2020 15:01:57 +0000 (18:01 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Aug 2020 13:56:27 +0000 (15:56 +0200)
  Clear checkpatch alignment style issues in debug.c.
  CHECK: Alignment should match open parenthesis

Signed-off-by: Tomer Samara <tomersamara98@gmail.com>
Link: https://lore.kernel.org/r/20200802150157.GA3052@tsnow
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wfx/debug.c

index 3f1712b..83ccbab 100644 (file)
@@ -32,7 +32,7 @@ static const struct trace_print_flags wfx_reg_print_map[] = {
 };
 
 static const char *get_symbol(unsigned long val,
-               const struct trace_print_flags *symbol_array)
+                             const struct trace_print_flags *symbol_array)
 {
        int i;