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 09:24:52 +1000 Message-ID: In-Reply-To: <20260410205929.3914474-6-matthew.brost@intel.com> References: <20260410205929.3914474-1-matthew.brost@intel.com> <20260410205929.3914474-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 and correct doc fix. Changes `@dma_addr` to `@pagemap_addr` in the unmap function's kerneldoc. As noted above, the same `@dma_addr` reference exists in the map function's kerneldoc (introduced in Patch 3) and should also be fixed for consistency. --- Generated by Claude Code Patch Reviewer