linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] writeback: add missing spaces after ','
       [not found] <20230718084743.17293-1-xujianghui@cdjrlc.com>
@ 2023-07-18  8:48 ` sunran001
  0 siblings, 0 replies; only message in thread
From: sunran001 @ 2023-07-18  8:48 UTC (permalink / raw)
  To: rostedt, mhiramat; +Cc: linux-kernel, linux-trace-kernel

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;

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-07-18  8:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20230718084743.17293-1-xujianghui@cdjrlc.com>
2023-07-18  8:48 ` [PATCH] writeback: add missing spaces after ',' sunran001

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).