]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit60e83f7d35364e3b06be536bbc9c836d557cef6c
tree3af29861775ad039474b0843f37dcffab8b2ae10
parent2cccc21c19c5f7c3de9dd08e6b4c9ba1809c51cf
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