From: kernel test robot <lkp@intel.com>
To: Vineeth Pillai <viremana@linux.microsoft.com>,
Haiyang Zhang <haiyangz@microsoft.com>,
Stephen Hemminger <sthemmin@microsoft.com>,
Wei Liu <wei.liu@kernel.org>
Cc: kbuild-all@lists.01.org,
Vineeth Pillai <viremana@linux.microsoft.com>,
"K . Y . Srinivasan" <kys@microsoft.com>,
linux-hyperv@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [RFC PATCH] hv_utils: HOST_TIMESYNC_DELAY_THRESH can be static
Date: Thu, 20 Aug 2020 06:19:54 +0800 [thread overview]
Message-ID: <20200819221954.GA5103@4c77203cfb20> (raw)
In-Reply-To: <20200819174527.47156-1-viremana@linux.microsoft.com>
Signed-off-by: kernel test robot <lkp@intel.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)
{
next prev parent reply other threads:[~2020-08-19 22:20 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-19 17:45 [PATCH] hv_utils: return error if host timesysnc update is stale Vineeth Pillai
2020-08-19 22:19 ` kernel test robot
2020-08-19 22:19 ` kernel test robot [this message]
2020-08-20 18:21 ` Michael Kelley
2020-08-20 21:39 ` Vineeth Pillai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200819221954.GA5103@4c77203cfb20 \
--to=lkp@intel.com \
--cc=haiyangz@microsoft.com \
--cc=kbuild-all@lists.01.org \
--cc=kys@microsoft.com \
--cc=linux-hyperv@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=sthemmin@microsoft.com \
--cc=viremana@linux.microsoft.com \
--cc=wei.liu@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox