staging: wfx: clear alignment style issues

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>
This commit is contained in:
Tomer Samara 2020-08-02 18:01:57 +03:00 committed by Greg Kroah-Hartman
parent 3996bf3abc
commit d61c084810

View 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;