aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hv
diff options
context:
space:
mode:
authorYueHaibing <yuehaibing@huawei.com>2020-04-03 16:28:45 +0800
committerWei Liu <wei.liu@kernel.org>2020-04-04 17:47:43 +0100
commit3e0d3776501a215358e3d91045b74f35a7eeaad9 (patch)
tree3915b54d95e8df165c491fe1bcd052f45fadb685 /drivers/hv
parenthv: hyperv_vmbus.h: Replace zero-length array with flexible-array member (diff)
downloadlinux-dev-3e0d3776501a215358e3d91045b74f35a7eeaad9.tar.xz
linux-dev-3e0d3776501a215358e3d91045b74f35a7eeaad9.zip
hv_debugfs: Make hv_debug_root static
Fix sparse warning: drivers/hv/hv_debugfs.c:14:15: warning: symbol 'hv_debug_root' was not declared. Should it be static? Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: YueHaibing <yuehaibing@huawei.com> Reviewed-by: Michael Kelley <mikelley@microsoft.com> Link: https://lore.kernel.org/r/20200403082845.22740-1-yuehaibing@huawei.com Signed-off-by: Wei Liu <wei.liu@kernel.org>
Diffstat (limited to 'drivers/hv')
-rw-r--r--drivers/hv/hv_debugfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hv/hv_debugfs.c b/drivers/hv/hv_debugfs.c
index 8a2878573582..ccf752b6659a 100644
--- a/drivers/hv/hv_debugfs.c
+++ b/drivers/hv/hv_debugfs.c
@@ -11,7 +11,7 @@
#include "hyperv_vmbus.h"
-struct dentry *hv_debug_root;
+static struct dentry *hv_debug_root;
static int hv_debugfs_delay_get(void *data, u64 *val)
{