summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/debugfs.c
diff options
context:
space:
mode:
authorTrond Myklebust2019-05-30 17:24:26 +0200
committerTrond Myklebust2019-07-06 20:54:51 +0200
commitb6580ab39b092aac40871fed11faa410c44b1da0 (patch)
tree5a80699c2e98580a41627c1152e2f9ad984423be /net/sunrpc/debugfs.c
parentSUNRPC: add links for all client xprts to debugfs (diff)
downloadkernel-qcow2-linux-b6580ab39b092aac40871fed11faa410c44b1da0.tar.gz
kernel-qcow2-linux-b6580ab39b092aac40871fed11faa410c44b1da0.tar.xz
kernel-qcow2-linux-b6580ab39b092aac40871fed11faa410c44b1da0.zip
SUNRPC: Remove warning in debugfs.c when compiling with W=1
Remove the following warning: net/sunrpc/debugfs.c:13: warning: cannot understand function prototype: 'struct dentry *topdir; Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Diffstat (limited to 'net/sunrpc/debugfs.c')
-rw-r--r--net/sunrpc/debugfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/debugfs.c b/net/sunrpc/debugfs.c
index 228bc7e8bca0..105bea190a45 100644
--- a/net/sunrpc/debugfs.c
+++ b/net/sunrpc/debugfs.c
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-2.0
-/**
+/*
* debugfs interface for sunrpc
*
* (c) 2014 Jeff Layton <jlayton@primarydata.com>