* [PATCH] powernv: vas-trace: remove space after '('
[not found] <tencent_17F68D4711DDD23ED72A9E0708C4549F540A@qq.com>
@ 2023-07-20 7:05 ` hanyu001
0 siblings, 0 replies; only message in thread
From: hanyu001 @ 2023-07-20 7:05 UTC (permalink / raw)
To: mpe, npiggin, christophe.leroy; +Cc: linuxppc-dev, linux-kernel
Fix below checkpatch errors:
/platforms/powernv/vas-trace.h:ERROR:space prohibited after that open
parenthesis '('
/platforms/powernv/vas-trace.h:ERROR:space prohibited after that open
parenthesis '('
/platforms/powernv/vas-trace.h:ERROR:space prohibited after that open
parenthesis '('
Signed-off-by: Yu Han <hanyu001@208suo.com>
---
arch/powerpc/platforms/powernv/vas-trace.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/powerpc/platforms/powernv/vas-trace.h
b/arch/powerpc/platforms/powernv/vas-trace.h
index ca2e08f2ddc0..64acc0dccca8 100644
--- a/arch/powerpc/platforms/powernv/vas-trace.h
+++ b/arch/powerpc/platforms/powernv/vas-trace.h
@@ -10,7 +10,7 @@
#include <linux/sched.h>
#include <asm/vas.h>
-TRACE_EVENT( vas_rx_win_open,
+TRACE_EVENT(vas_rx_win_open,
TP_PROTO(struct task_struct *tsk,
int vasid,
@@ -45,7 +45,7 @@ TRACE_EVENT( vas_rx_win_open,
__entry->lnotify_tid)
);
-TRACE_EVENT( vas_tx_win_open,
+TRACE_EVENT(vas_tx_win_open,
TP_PROTO(struct task_struct *tsk,
int vasid,
@@ -77,7 +77,7 @@ TRACE_EVENT( vas_tx_win_open,
__entry->lpid, __entry->pidr)
);
-TRACE_EVENT( vas_paste_crb,
+TRACE_EVENT(vas_paste_crb,
TP_PROTO(struct task_struct *tsk,
struct pnv_vas_window *win),
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-07-20 7:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <tencent_17F68D4711DDD23ED72A9E0708C4549F540A@qq.com>
2023-07-20 7:05 ` [PATCH] powernv: vas-trace: remove space after '(' hanyu001
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).