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]
Message-ID: <494a6f32.95c.18b27cbdc04.Coremail.wangkailong@jari.cn>
Date:   Fri, 13 Oct 2023 14:49:13 +0800 (GMT+08:00)
From:   "KaiLong Wang" <wangkailong@...i.cn>
To:     trond.myklebust@...merspace.com, anna@...nel.org
Cc:     linux-nfs@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] NFS: Clean up errors in nfstrace.h

Fix the following errors reported by checkpatch:

ERROR: space prohibited before that close parenthesis ')'

Signed-off-by: KaiLong Wang <wangkailong@...i.cn>
---
 fs/nfs/nfstrace.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/nfs/nfstrace.h b/fs/nfs/nfstrace.h
index 4e90ca531176..6c9b32cb620d 100644
--- a/fs/nfs/nfstrace.h
+++ b/fs/nfs/nfstrace.h
@@ -1524,7 +1524,7 @@ TRACE_EVENT(nfs_commit_done,
 			{ NFS_ODIRECT_DO_COMMIT, "DO_COMMIT" }, \
 			{ NFS_ODIRECT_RESCHED_WRITES, "RESCHED_WRITES" }, \
 			{ NFS_ODIRECT_SHOULD_DIRTY, "SHOULD DIRTY" }, \
-			{ NFS_ODIRECT_DONE, "DONE" } )
+			{ NFS_ODIRECT_DONE, "DONE" })
 
 DECLARE_EVENT_CLASS(nfs_direct_req_class,
 		TP_PROTO(
-- 
2.17.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ