Fix the following errors reported by checkpatch: ERROR: space prohibited before that close parenthesis ')' Signed-off-by: KaiLong Wang <wangkailong@xxxxxxx> --- 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