[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200819221954.GA5103@4c77203cfb20>
Date: Thu, 20 Aug 2020 06:19:54 +0800
From: kernel test robot <lkp@...el.com>
To: Vineeth Pillai <viremana@...ux.microsoft.com>,
Haiyang Zhang <haiyangz@...rosoft.com>,
Stephen Hemminger <sthemmin@...rosoft.com>,
Wei Liu <wei.liu@...nel.org>
Cc: kbuild-all@...ts.01.org,
Vineeth Pillai <viremana@...ux.microsoft.com>,
"K . Y . Srinivasan" <kys@...rosoft.com>,
linux-hyperv@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [RFC PATCH] hv_utils: HOST_TIMESYNC_DELAY_THRESH can be static
Signed-off-by: kernel test robot <lkp@...el.com>
---
hv_util.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/hv/hv_util.c b/drivers/hv/hv_util.c
index 1357861fd8aee8..35d126e6f012db 100644
--- a/drivers/hv/hv_util.c
+++ b/drivers/hv/hv_util.c
@@ -290,7 +290,7 @@ static inline u64 reftime_to_ns(u64 reftime)
/*
* Hard coded threshold for host timesync delay: 600 seconds
*/
-const u64 HOST_TIMESYNC_DELAY_THRESH = 600 * NSEC_PER_SEC;
+static const u64 HOST_TIMESYNC_DELAY_THRESH = 600 * NSEC_PER_SEC;
static int hv_get_adj_host_time(struct timespec64 *ts)
{
Powered by blists - more mailing lists