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/rcar-du: Drop superfluous spaces after assignments Date: Tue, 05 May 2026 08:30:44 +1000 Message-ID: In-Reply-To: <80e30578b6dd86664112320616c460c48dbd79f6.1777881435.git.geert+renesas@glider.be> References: <80e30578b6dd86664112320616c460c48dbd79f6.1777881435.git.geert+renesas@glider.be> <80e30578b6dd86664112320616c460c48dbd79f6.1777881435.git.geert+renesas@glider.be> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Patch Review **Status: Clean** The patch fixes 10 instances of double-space after `=3D` across various `rc= ar_du_device_info` struct initializers: - 7 instances of `.dpll_mask =3D BIT(...)` =E2=86=92 `.dpll_mask =3D BIT(.= ..)` - 2 instances of `.lvds_clk_mask =3D BIT(...)` =E2=86=92 `.lvds_clk_mask = =3D BIT(...)` =20 - 1 instance of `.dsi_clk_mask =3D BIT(...)` =E2=86=92 `.dsi_clk_mask =3D = BIT(...)` Wait =E2=80=94 looking more carefully, there are actually 2 `dsi_clk_mask` = fixes (lines 143-144 and 152-153), 2 `lvds_clk_mask` fixes, and 6 `dpll_mas= k` fixes, totaling the 10 stated in the diffstat. Each hunk is a single-character whitespace deletion with identical surround= ing context confirming it's the right field. No semantic or behavioral chan= ge. The commit message accurately describes the change, and the `---` note = explaining the origin of the pattern is useful. **Reviewed-by worthy.** No concerns. --- Generated by Claude Code Patch Reviewer