Skip to content

Commit

Permalink
Drivers: hv: vmbus: fix typo in hv_port_info struct
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Nik Nyby authored and Greg Kroah-Hartman committed Aug 5, 2015
1 parent 9dd6a06 commit e26009a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/hv/hyperv_vmbus.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e26009a

Please sign in to comment.