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/xe: update outdated reference to xe_pt_commit_bind() Date: Sun, 22 Mar 2026 03:03:03 +1000 Message-ID: In-Reply-To: <20260321105748.6646-1-kexinsun@smail.nju.edu.cn> References: <20260321105748.6646-1-kexinsun@smail.nju.edu.cn> 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/xe: update outdated reference to xe_pt_commit_bind() Author: Kexin Sun Patches: 1 Reviewed: 2026-03-22T03:03:03.762332 --- This is a single-patch series that fixes a stale comment reference in `xe_pt.c`. The change is trivially correct: `xe_pt_commit_bind()` no longer exists, having been split into `xe_pt_commit_prepare_bind()` and `xe_pt_commit()` (and `xe_pt_abort_bind()`). Both replacement functions are present in the current source at lines 1115 and 1058 respectively, confirming the comment update is accurate. The patch is **good to merge** with one minor nit below. --- Generated by Claude Code Patch Reviewer