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/vkms: Clean up artifacts from old vblank timer Date: Thu, 23 Apr 2026 09:36:04 +1000 Message-ID: In-Reply-To: <20260420131831.242882-1-tzimmermann@suse.de> References: <20260420131831.242882-1-tzimmermann@suse.de> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Overall Series Review Subject: drm/vkms: Clean up artifacts from old vblank timer Author: Thomas Zimmermann Patches: 1 Reviewed: 2026-04-23T09:36:04.552455 --- This is a single cleanup patch from Thomas Zimmermann that removes leftover= artifacts from the old vblank hrtimer implementation after the vkms driver= was converted to DRM's shared vblank timer (commit `02e2681ffe1a`). The pa= tch is straightforward and correct in what it does: removing the stale `#in= clude `, removing kernel-doc for deleted struct fields (`v= blank_hrtimer`, `period_ns`), and updating two comment references. However,= **it misses a third stale "hrtimer" reference** in the same file. **Verdict**: Needs a small fix before merging =E2=80=94 one more comment sh= ould be updated. --- Generated by Claude Code Patch Reviewer