From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: drm/vblank: Fix kernel docs for vblank timer Date: Wed, 27 May 2026 14:49:45 +1000 Message-ID: In-Reply-To: <20260526133123.691465-6-w15303746062@163.com> References: <20260526133123.691465-1-w15303746062@163.com> <20260526133123.691465-6-w15303746062@163.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Patch Review Cherry-pick of upstream `3946d3ba99342f3b9996e621f05e7003d4308171`. Trivial doc fix =E2=80=94 the kerneldoc comment for `drm_crtc_vblank_cancel= _timer()` incorrectly said `drm_crtc_vblank_start_timer` (copy-paste from t= he function above): ```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 ``` **No issues.** --- **Summary:** The patches are clean cherry-picks of upstream code with prope= r attribution. The only concern is the **target branch `6.18.y`** =E2=80=94= this should either go through the normal drm merge path if 6.18 is unrelea= sed, or target an already-released stable kernel if the goal is a stable ba= ckport. The code itself is correct and well-reviewed upstream. --- Generated by Claude Code Patch Reviewer