]> git.baikalelectronics.ru Git - kernel.git/commit
Drivers: hv: vmbus: Move __vmbus_open()
authorBoqun Feng <boqun.feng@gmail.com>
Wed, 16 Sep 2020 03:48:08 +0000 (11:48 +0800)
committerWei Liu <wei.liu@kernel.org>
Mon, 28 Sep 2020 08:55:12 +0000 (08:55 +0000)
commit2ac96f423ecebd84af76c18d7392d3f89e36f908
tree94674edc0d6123f66201c00e8173fc051f3d86e3
parentb4f752fd3f254a946359e5866ca6f6ccc79f1a56
Drivers: hv: vmbus: Move __vmbus_open()

Pure function movement, no functional changes. The move is made, because
in a later change, __vmbus_open() will rely on some static functions
afterwards, so we separate the move and the modification of
__vmbus_open() in two patches to make it easy to review.

Signed-off-by: Boqun Feng <boqun.feng@gmail.com>
Reviewed-by: Wei Liu <wei.liu@kernel.org>
Reviewed-by: Michael Kelley <mikelley@microsoft.com>
Link: https://lore.kernel.org/r/20200916034817.30282-3-boqun.feng@gmail.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>
drivers/hv/channel.c