* [PATCH] staging: wfx: clear alignment style issues
@ 2020-08-02 15:01 Tomer Samara
0 siblings, 0 replies; only message in thread
From: Tomer Samara @ 2020-08-02 15:01 UTC (permalink / raw)
To: gregkh; +Cc: devel, linux-kernel
Clear checkpatch alignment style issues in debug.c.
CHECK: Alignment should match open parenthesis
Signed-off-by: Tomer Samara <tomersamara98@gmail.com>
---
drivers/staging/wfx/debug.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/wfx/debug.c b/drivers/staging/wfx/debug.c
index 3f1712b7c919..83ccbab50899 100644
--- 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;
--
2.25.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-08-02 15:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-02 15:01 [PATCH] staging: wfx: clear alignment style issues Tomer Samara
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.