aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hv
diff options
context:
space:
mode:
authorNik Nyby <nikolas@gnu.org>2015-08-01 16:08:18 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-08-04 22:29:45 -0700
commite26009aad095feae45a6e79bb022c55a969ecded (patch)
tree59735258ed4df22ba5bf3bdd2017370bfa947697 /drivers/hv
parenthv: util: checking the wrong variable (diff)
downloadlinux-dev-e26009aad095feae45a6e79bb022c55a969ecded.tar.xz
linux-dev-e26009aad095feae45a6e79bb022c55a969ecded.zip
Drivers: hv: vmbus: fix typo in hv_port_info struct
This fixes a typo: base_flag_bumber to base_flag_number Signed-off-by: Nik Nyby <nikolas@gnu.org> 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/hyperv_vmbus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hv/hyperv_vmbus.h b/drivers/hv/hyperv_vmbus.h
index cddc0c9f6bf9..638370701657 100644
--- a/drivers/hv/hyperv_vmbus.h
+++ b/drivers/hv/hyperv_vmbus.h
@@ -141,7 +141,7 @@ struct hv_port_info {
struct {
u32 target_sint;
u32 target_vp;
- u16 base_flag_bumber;
+ u16 base_flag_number;
u16 flag_count;
u32 rsvdz;
} event_port_info;