projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3716a49
)
Drivers: hv: util: Fix a typo
author
K. Y. Srinivasan
<kys@microsoft.com>
Sat, 4 Feb 2017 16:57:15 +0000
(09:57 -0700)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 10 Feb 2017 14:40:19 +0000
(15:40 +0100)
Fix a typo.
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hv/hv_util.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/hv/hv_util.c
b/drivers/hv/hv_util.c
index 3076ee3ccc6cd2f8a1289b23a748f211b6237861..098cd3dc7db2d39f0393f424f1307c1211df8d19 100644
(file)
--- a/
drivers/hv/hv_util.c
+++ b/
drivers/hv/hv_util.c
@@
-259,7
+259,7
@@
static inline void adj_guesttime(u64 hosttime, u64 reftime, u8 adj_flags)
/*
* This check is safe since we are executing in the
- * interrupt context and time synch messages ar
r
e always
+ * interrupt context and time synch messages are always
* delivered on the same CPU.
*/
if (adj_flags & ICTIMESYNCFLAG_SYNC) {