summaryrefslogtreecommitdiff
path: root/include/linux/hyperv.h
diff options
context:
space:
mode:
authorHaiyang Zhang <haiyangz@microsoft.com>2016-12-03 12:34:29 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-12-06 11:10:54 +0100
commitf45be72c8ec0b85263d1fe1e6c681d8c87e198e6 (patch)
tree546142a7a50ff1497ffb1f7b73ea4d09f7d6cdc3 /include/linux/hyperv.h
parent076802d0061520bc646ee121fe0f34fce6c55a93 (diff)
hyperv: Fix spelling of HV_UNKOWN
Changed it to HV_UNKNOWN Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/hyperv.h')
-rw-r--r--include/linux/hyperv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h
index 2a52d9abb305..35053f99522b 100644
--- a/include/linux/hyperv.h
+++ b/include/linux/hyperv.h
@@ -696,7 +696,7 @@ enum vmbus_device_type {
HV_FCOPY,
HV_BACKUP,
HV_DM,
- HV_UNKOWN,
+ HV_UNKNOWN,
};
struct vmbus_device {