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:43 +1000 Message-ID: In-Reply-To: <80e30578b6dd86664112320616c460c48dbd79f6.1777881435.git.geert+renesas@glider.be> References: <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 Overall Series Review Subject: drm/rcar-du: Drop superfluous spaces after assignments Author: Geert Uytterhoeven Patches: 2 Reviewed: 2026-05-05T08:30:43.887825 --- This is a single-patch cosmetic cleanup from Geert Uytterhoeven targeting `= drivers/gpu/drm/renesas/rcar-du/rcar_du_drv.c`. It removes superfluous doub= le spaces after `=3D` in struct initializer assignments (`.dpll_mask =3D B= IT(...)` =E2=86=92 `.dpll_mask =3D BIT(...)`). The patch is trivially corre= ct and has no functional impact. **Verdict: No issues. Patch looks good.** The commit message is clear, the cover-letter note about the pattern being = copied from two original instances across SoC additions is a nice touch of = context. All 10 hunks are mechanically identical in nature =E2=80=94 removi= ng one extra space character. --- Generated by Claude Code Patch Reviewer