diff options
author | Kimberly Brown <kimbrownkd@gmail.com> | 2019-02-19 00:38:06 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-02-23 09:57:55 +0100 |
commit | fd8e3c35b4dfafe10278c5f6d48190b5bbf26b40 (patch) | |
tree | 48e1f59b43e936641ccdad2edae9facffd16c4d7 /README | |
parent | 668ae7288e82aa8e7f7cc40b8e13248305d752e7 (diff) | |
download | linux-fd8e3c35b4dfafe10278c5f6d48190b5bbf26b40.tar.bz2 |
Drivers: hv: vmbus: Change server monitor_pages index to 0
Change the monitor_pages index in server_monitor_pending_show() to '0'.
'0' is the correct monitor_pages index for the server. A comment for the
monitor_pages field in the vmbus_connection struct definition indicates
that the 1st page is for parent->child notifications. In addition, the
server_monitor_latency_show() and server_monitor_conn_id_show()
functions use monitor_pages index '0'.
Signed-off-by: Kimberly Brown <kimbrownkd@gmail.com>
Acked-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions