]> Git Repo - linux.git/commitdiff
NFSD: Clean up extra whitespace in trace_nfsd_copy_done
authorChuck Lever <[email protected]>
Wed, 28 Aug 2024 17:40:07 +0000 (13:40 -0400)
committerChuck Lever <[email protected]>
Fri, 20 Sep 2024 23:31:03 +0000 (19:31 -0400)
Reviewed-by: Jeff Layton <[email protected]>
Signed-off-by: Chuck Lever <[email protected]>
fs/nfsd/trace.h

index 922c3452749aab8c7335b43904357e9dbc36f850..fe6716d9fad409d4472559238f84bb4fe4971623 100644 (file)
@@ -2224,7 +2224,7 @@ TRACE_EVENT(nfsd_copy_done,
                __assign_sockaddr(addr, &copy->cp_clp->cl_addr,
                                sizeof(struct sockaddr_in6));
        ),
-       TP_printk("addr=%pISpc status=%d intra=%d async=%d ",
+       TP_printk("addr=%pISpc status=%d intra=%d async=%d",
                __get_sockaddr(addr), __entry->status, __entry->intra, __entry->async
        )
 );
This page took 0.057939 seconds and 4 git commands to generate.