From: sunran001@208suo.com
To: rostedt@goodmis.org, mhiramat@kernel.org
Cc: linux-kernel@vger.kernel.org, linux-trace-kernel@vger.kernel.org
Subject: [PATCH] writeback: add missing spaces after ','
Date: Tue, 18 Jul 2023 16:48:58 +0800 [thread overview]
Message-ID: <87543d97fbdac210ccf3ba75eb9ce9fc@208suo.com> (raw)
In-Reply-To: <20230718084743.17293-1-xujianghui@cdjrlc.com>
Remove spaces to clear checkpatch errors.
ERROR: space required after that ',' (ctx:VxV)
Signed-off-by: Ran Sun <sunran001@208suo.com>
---
include/trace/events/writeback.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/include/trace/events/writeback.h
b/include/trace/events/writeback.h
index 54e353c9f919..43cdecf362e3 100644
--- a/include/trace/events/writeback.h
+++ b/include/trace/events/writeback.h
@@ -26,8 +26,8 @@
/* enums need to be exported to user space */
#undef EM
#undef EMe
-#define EM(a,b) TRACE_DEFINE_ENUM(a);
-#define EMe(a,b) TRACE_DEFINE_ENUM(a);
+#define EM(a, b) TRACE_DEFINE_ENUM(a);
+#define EMe(a, b) TRACE_DEFINE_ENUM(a);
#define WB_WORK_REASON \
EM( WB_REASON_BACKGROUND, "background") \
@@ -47,8 +47,8 @@ WB_WORK_REASON
*/
#undef EM
#undef EMe
-#define EM(a,b) { a, b },
-#define EMe(a,b) { a, b }
+#define EM(a, b) { a, b },
+#define EMe(a, b) { a, b }
struct wb_writeback_work;
parent reply other threads:[~2023-07-18 8:49 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20230718084743.17293-1-xujianghui@cdjrlc.com>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87543d97fbdac210ccf3ba75eb9ce9fc@208suo.com \
--to=sunran001@208suo.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-trace-kernel@vger.kernel.org \
--cc=mhiramat@kernel.org \
--cc=rostedt@goodmis.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).