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/msm/a6xx: Use packed structs for HFI Date: Wed, 25 Mar 2026 07:32:09 +1000 Message-ID: In-Reply-To: <20260324-a8xx-gpu-batch2-v1-7-fc95b8d9c017@oss.qualcomm.com> References: <20260324-a8xx-gpu-batch2-v1-0-fc95b8d9c017@oss.qualcomm.com> <20260324-a8xx-gpu-batch2-v1-7-fc95b8d9c017@oss.qualcomm.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review All these structs are composed entirely of `u32` members, so `__packed` won't change layout on any sane architecture. It's reasonable as a defensive measure for the HW/FW ABI, but strictly unnecessary here since there's no padding to eliminate. No concerns. --- Generated by Claude Code Patch Reviewer