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/ttm: document that ttm_bo_swapout deals with pages Date: Tue, 10 Mar 2026 11:58:56 +1000 Message-ID: In-Reply-To: <20260309-ttm_bo_swapout_doc-v1-1-eeb08176a00b@igalia.com> References: <20260309-ttm_bo_swapout_doc-v1-1-eeb08176a00b@igalia.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Overall Series Review Subject: drm/ttm: document that ttm_bo_swapout deals with pages Author: Thadeu Lima de Souza Cascardo Patches: 1 Reviewed: 2026-03-10T11:58:56.089304 --- This is a single-patch documentation fix for `ttm_bo_swapout()` in the TTM (Translation Table Manager) subsystem. The fix is correct: the kerneldoc comments incorrectly stated "bytes" when the function actually operates in units of pages. The change is trivial and obviously right. **Verdict: Looks good.** --- Generated by Claude Code Patch Reviewer