diff options
author | Trond Myklebust <trond.myklebust@hammerspace.com> | 2019-05-30 18:24:26 +0300 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | 2019-07-06 21:54:51 +0300 |
commit | b6580ab39b092aac40871fed11faa410c44b1da0 (patch) | |
tree | 5a80699c2e98580a41627c1152e2f9ad984423be /net/sunrpc | |
parent | 2f34b8bfae19a244993e2b6cd0a8514f3ffd3fa8 (diff) | |
download | linux-b6580ab39b092aac40871fed11faa410c44b1da0.tar.xz |
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')
-rw-r--r-- | net/sunrpc/debugfs.c | 2 |
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> |