From: Trond Myklebust Date: Thu, 30 May 2019 15:24:26 +0000 (-0400) Subject: SUNRPC: Remove warning in debugfs.c when compiling with W=1 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=b6580ab39b092aac40871fed11faa410c44b1da0;p=android-x86%2Fkernel.git 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 --- 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