diff options
| author | K. Y. Srinivasan <kys@microsoft.com> | 2017-02-04 11:57:15 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-02-10 09:40:19 -0500 |
| commit | bb6a4db92f8345a210b369b791e6920253b10437 (patch) | |
| tree | 41cdf005a64e86a73c2306379e24d2cf62f88ef3 /drivers/hv | |
| parent | 3716a49a81ba19dda7202633a68b28564ba95eb5 (diff) | |
Drivers: hv: util: Fix a typo
Fix a typo.
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/hv')
| -rw-r--r-- | drivers/hv/hv_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hv/hv_util.c b/drivers/hv/hv_util.c index 3076ee3ccc6c..098cd3dc7db2 100644 --- 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) | |||
| 259 | 259 | ||
| 260 | /* | 260 | /* |
| 261 | * This check is safe since we are executing in the | 261 | * This check is safe since we are executing in the |
| 262 | * interrupt context and time synch messages arre always | 262 | * interrupt context and time synch messages are always |
| 263 | * delivered on the same CPU. | 263 | * delivered on the same CPU. |
| 264 | */ | 264 | */ |
| 265 | if (adj_flags & ICTIMESYNCFLAG_SYNC) { | 265 | if (adj_flags & ICTIMESYNCFLAG_SYNC) { |
