From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: Re:Re: Re: [PATCH 6.18.y] drm/vkms: Fix ABBA deadlock in vblank disable and timer callback Date: Tue, 26 May 2026 07:07:31 +1000 Message-ID: In-Reply-To: <397754a7.224c.19e38e42006.Coremail.w15303746062@163.com> References: <20260525131610.608273-1-w15303746062@163.com> <397754a7.224c.19e38e42006.Coremail.w15303746062@163.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review *(cherry-pick of 3946d3ba99342f3b9996e621f05e7003d4308171)* Fixes the copy-paste error in the kernel doc comment noted in patch 1: ```c - * drm_crtc_vblank_start_timer - Cancels the given CRTC's vblank timer + * drm_crtc_vblank_cancel_timer - Cancels the given CRTC's vblank timer ``` Trivially correct. No issues. --- Generated by Claude Code Patch Reviewer