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/vram: remove DRM_VRAM_MM_FILE_OPERATIONS from docs Date: Sun, 12 Apr 2026 12:11:00 +1000 Message-ID: In-Reply-To: <20260408-drm_gem_vram_helper_docs-v1-1-4d667a768f75@igalia.com> References: <20260408-drm_gem_vram_helper_docs-v1-1-4d667a768f75@igalia.com> 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/vram: remove DRM_VRAM_MM_FILE_OPERATIONS from docs Author: Thadeu Lima de Souza Cascardo Patches: 2 Reviewed: 2026-04-12T12:11:00.757388 --- This is a single-patch documentation fix that is straightforward and correc= t. It removes a stale reference to the deleted `DRM_VRAM_MM_FILE_OPERATIONS= ` macro from the kernel-doc comments in `drm_gem_vram_helper.c` and replace= s it with the current `DEFINE_DRM_GEM_FOPS` macro usage. The patch has already been applied to drm-next (which is why it doesn't app= ly cleanly to the tree). The fix is clearly correct =E2=80=94 the old macro= was removed by commit `02f64b2d8605` but the documentation was not updated= at that time. **Verdict: Clean, correct documentation fix. Good to merge.** --- Generated by Claude Code Patch Reviewer