projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3996bf3
)
staging: wfx: clear alignment style issues
author
Tomer Samara
<tomersamara98@gmail.com>
Sun, 2 Aug 2020 15:01:57 +0000
(18:01 +0300)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/drivers/staging/wfx/debug.c
b/drivers/staging/wfx/debug.c
index 3f1712b7c919d8e170f5716807b279647bf8a53f..83ccbab50899ef2888b05e9bd012a9090e198f6f 100644
(file)
--- a/
drivers/staging/wfx/debug.c
+++ b/
drivers/staging/wfx/debug.c
@@
-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;