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/pagemap: Fix drm_pagemap_migrate_unmap_pages kerneldoc Date: Sun, 12 Apr 2026 12:09:36 +1000 Message-ID: In-Reply-To: <20260408201537.3580549-6-matthew.brost@intel.com> References: <20260408201537.3580549-1-matthew.brost@intel.com> <20260408201537.3580549-6-matthew.brost@intel.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Trivial doc fix: ```c - * Memory (SVM). It iterates over each DMA address provided in @dma_addr, checks - * if it's valid and not already unmapped, and unmaps the corresponding page. + * Memory (SVM). It iterates over each DMA address provided in @pagemap_addr, + * checks if it's valid and not already unmapped, and unmaps the corresponding + * page. ``` Correct. As noted above, the same stale `@dma_addr` reference exists in `drm_pagemap_migrate_map_system_pages` (introduced in patch 3) and should also be fixed. --- Generated by Claude Code Patch Reviewer