[PATCH 14/28] Drivers: hv: vmbus: fix typo in hv_port_info struct

2015-08-01 Thread K. Y. Srinivasan
From: Nik Nyby 

This fixes a typo: base_flag_bumber to base_flag_number

Signed-off-by: Nik Nyby 
Signed-off-by: K. Y. Srinivasan 
---
 drivers/hv/hyperv_vmbus.h |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/hv/hyperv_vmbus.h b/drivers/hv/hyperv_vmbus.h
index cddc0c9..6383707 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;
-- 
1.7.4.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 14/28] Drivers: hv: vmbus: fix typo in hv_port_info struct

2015-08-01 Thread K. Y. Srinivasan
From: Nik Nyby niko...@gnu.org

This fixes a typo: base_flag_bumber to base_flag_number

Signed-off-by: Nik Nyby niko...@gnu.org
Signed-off-by: K. Y. Srinivasan k...@microsoft.com
---
 drivers/hv/hyperv_vmbus.h |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/hv/hyperv_vmbus.h b/drivers/hv/hyperv_vmbus.h
index cddc0c9..6383707 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;
-- 
1.7.4.1

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/