From f68a3a2979466a46b92ccc57c6354e731a44ddfa Mon Sep 17 00:00:00 2001 From: jsg Date: Tue, 2 Jun 2026 03:38:53 +0000 Subject: [PATCH] drm/vblank: Fix kernel docs for vblank timer From Thomas Zimmermann 141ffb83abe97db88df8822c82cd53ae5e38221a in linux-6.18.y/6.18.34 3946d3ba99342f3b9996e621f05e7003d4308171 in mainline linux --- sys/dev/pci/drm/drm_vblank.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/pci/drm/drm_vblank.c b/sys/dev/pci/drm/drm_vblank.c index ece7f04e337..8b5ebc7a20d 100644 --- a/sys/dev/pci/drm/drm_vblank.c +++ b/sys/dev/pci/drm/drm_vblank.c @@ -2278,7 +2278,7 @@ int drm_crtc_vblank_start_timer(struct drm_crtc *crtc) EXPORT_SYMBOL(drm_crtc_vblank_start_timer); /** - * drm_crtc_vblank_start_timer - Cancels the given CRTC's vblank timer + * drm_crtc_vblank_cancel_timer - Cancels the given CRTC's vblank timer * @crtc: the CRTC * * Drivers should call this function from their CRTC's disable_vblank