RE: [EXTERNAL] [PATCH v2 1/1] drm/hyperv: Replace "hyperv_" with "hv_drm_" as symbol name prefix

From: Dexuan Cui

Date: Thu May 28 2026 - 13:01:13 EST


> From: Michael Kelley <mhklkml@xxxxxxxxxxxx>
> Sent: Thursday, May 28, 2026 6:51 AM
> ...
> -#define to_hv(_dev) container_of(_dev, struct hyperv_drm_device, dev)
> +#define to_hv(_dev) container_of(_dev, struct hv_drm_device, dev)

A minor nit: change "to_hv" to "to_hv_drm"? Otherwise, LGTM.

Reviewed-by: Dexuan Cui <decui@xxxxxxxxxxxxx>