RE: [PATCH 2/3] drivers: hv: vmbus_drv: Remove reference to hpyerv_fb
From: Michael Kelley
Date: Fri Jan 16 2026 - 12:18:43 EST
From: Prasanna Kumar T S M <ptsm@xxxxxxxxxxxxxxxxxxx> Sent: Friday, December 26, 2025 8:27 PM
>
Helge --
I don't know why I'm just noticing this now, but this patch that you picked up
also has a "hyperv_fb" spelling typo in the Subject: line. To match historical practice,
the Subject: line really should be:
Drivers: hv: vmbus: Remove reference to hyperv_fb
If it's something you can clean up easily, that would be nice. If it's a pain,
don't worry about it.
Michael
> Remove hyperv_fb reference as the driver is removed.
>
> Signed-off-by: Prasanna Kumar T S M <ptsm@xxxxxxxxxxxxxxxxxxx>
> ---
> drivers/hv/vmbus_drv.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/hv/vmbus_drv.c b/drivers/hv/vmbus_drv.c
> index a53af6fe81a6..7758d7e25a7b 100644
> --- a/drivers/hv/vmbus_drv.c
> +++ b/drivers/hv/vmbus_drv.c
> @@ -2356,8 +2356,8 @@ static void __maybe_unused vmbus_reserve_fb(void)
> }
>
> /*
> - * Release the PCI device so hyperv_drm or hyperv_fb driver can
> - * grab it later.
> + * Release the PCI device so hyperv_drm driver can grab it
> + * later.
> */
> pci_dev_put(pdev);
> }
> --
> 2.49.0
>