lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Tue, 18 Jul 2023 16:48:58 +0800
From:   sunran001@...suo.com
To:     rostedt@...dmis.org, mhiramat@...nel.org
Cc:     linux-kernel@...r.kernel.org, linux-trace-kernel@...r.kernel.org
Subject: [PATCH] writeback: add missing spaces after ','

Remove spaces to clear checkpatch errors.

ERROR: space required after that ',' (ctx:VxV)

Signed-off-by: Ran Sun <sunran001@...suo.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;

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ