diff options
author | Joe Perches <joe@perches.com> | 2018-03-04 22:17:13 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-03-06 09:57:16 -0800 |
commit | 68cb8117132c0f18a9ed7f25a51a90cf6d45dbf5 (patch) | |
tree | eba4485e30bc0d65b1f283fa1c5a3e8e8ad5af3f /drivers/hv/hv.c | |
parent | 597ff72f3de850c3b93b41eca21732715d6ffc60 (diff) | |
download | linux-68cb8117132c0f18a9ed7f25a51a90cf6d45dbf5.tar.bz2 |
hv: Synthetic typo correction
Just a trivial tyop fix.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/hv/hv.c')
-rw-r--r-- | drivers/hv/hv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hv/hv.c b/drivers/hv/hv.c index b6cacc4cccf2..31142b72f1b9 100644 --- a/drivers/hv/hv.c +++ b/drivers/hv/hv.c @@ -217,7 +217,7 @@ void hv_synic_free(void) } /* - * hv_synic_init - Initialize the Synthethic Interrupt Controller. + * hv_synic_init - Initialize the Synthetic Interrupt Controller. * * If it is already initialized by another entity (ie x2v shim), we need to * retrieve the initialized message and event pages. Otherwise, we create and |