]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/hv/hyperv_vmbus.h
vmbus: make channel_message table constant
authorStephen Hemminger <stephen@networkplumber.org>
Sun, 5 Mar 2017 01:27:16 +0000 (18:27 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 Mar 2017 06:10:49 +0000 (15:10 +0900)
commite6242fa0fb50570acb6364446dec369d7b9b5b2c
tree3af29861775ad039474b0843f37dcffab8b2ae10
parent42dd2715428f24d4ac990ed9207ce28c60a4b7f6
vmbus: make channel_message table constant

This table is immutable and should be const.
Cleanup indentation and whitespace for this as well.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hv/channel_mgmt.c
drivers/hv/hyperv_vmbus.h
drivers/hv/vmbus_drv.c