[PATCH v3 02/11] Drivers: hv: vmbus: Move __vmbus_open()

Michael Kelley mikelley at microsoft.com
Sat Sep 12 15:24:24 EDT 2020


From: Boqun Feng <boqun.feng at gmail.com> Sent: Thursday, September 10, 2020 7:35 AM
> 
> 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 at gmail.com>
> Reviewed-by: Wei Liu <wei.liu at kernel.org>
> ---
>  drivers/hv/channel.c | 309 ++++++++++++++++++++++---------------------
>  1 file changed, 155 insertions(+), 154 deletions(-)
> 

Reviewed-by: Michael Kelley <mikelley at microsoft.com>



More information about the linux-arm-kernel mailing list