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/amdgpu/jpeg: deduplicate process_interrupt across JPEG versions Date: Thu, 23 Apr 2026 07:56:58 +1000 Message-ID: In-Reply-To: <20260422003911.33841-1-tiagodourado@usp.br> References: <20260422003911.33841-1-tiagodourado@usp.br> 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/amdgpu/jpeg: deduplicate process_interrupt across JPEG versions Author: Tiago Dourado Patches: 3 Reviewed: 2026-04-23T07:56:58.862961 --- This is a straightforward deduplication series removing two copy-paste `pro= cess_interrupt` implementations in JPEG v3.0 and v5.3.0 that are identical = to their predecessor versions (v2.0 and v5.0.0 respectively). The functiona= l change is correct =E2=80=94 the deleted code is genuinely identical to th= e reused functions. However, the implementation uses an unnecessary macro a= lias pattern instead of simply assigning the function pointer directly, and= the Signed-off-by/Co-developed-by tag ordering is wrong per kernel documen= tation. **Recommendation: Needs minor rework.** --- --- Generated by Claude Code Patch Reviewer