RE: [RFC v2 02/11] Drivers: hv: vmbus: Move __vmbus_open()
From: Michael Kelley <hidden>
Date: 2020-09-05 00:04:14
Also in:
linux-hyperv, linux-input, linux-scsi, lkml
From: Michael Kelley <hidden>
Date: 2020-09-05 00:04:14
Also in:
linux-hyperv, linux-input, linux-scsi, lkml
From: Boqun Feng <redacted> Sent: Tuesday, September 1, 2020 8:01 PM
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 sperate the move and the modification of
s/sperate/separate/
__vmbus_open() in two patches to make it easy to review. Signed-off-by: Boqun Feng <redacted> Reviewed-by: Wei Liu <wei.liu@kernel.org> --- drivers/hv/channel.c | 309 ++++++++++++++++++++++--------------------- 1 file changed, 155 insertions(+), 154 deletions(-)