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/hdmi: Drop redundant 'int' for longs Date: Thu, 12 Mar 2026 06:45:27 +1000 Message-ID: In-Reply-To: <20260311-drm-msm-hdmi-cleanup-v1-5-c5535245f6de@oss.qualcomm.com> References: <20260311-drm-msm-hdmi-cleanup-v1-0-c5535245f6de@oss.qualcomm.com> <20260311-drm-msm-hdmi-cleanup-v1-5-c5535245f6de@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 Correct. `unsigned long int` and `unsigned long` are identical types in C. The changes across hdmi.h, hdmi_phy.c, and the three phy variant files are consistent. Note: the patch also fixes alignment in `hdmi_phy_8x60.c` and `hdmi_phy_8x74.c` (aligning the `pixclock` parameter to match the opening paren), which is a minor bonus cleanup. No issues. --- Generated by Claude Code Patch Reviewer