public inbox for drm-ai-reviews@public-inbox.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH] drm/bridge: ite-it6263: Drop unnecessary blank line
@ 2026-05-04 14:59 Biju
  2026-05-04 22:11 ` Claude review: " Claude Code Review Bot
  2026-05-04 22:11 ` Claude Code Review Bot
  0 siblings, 2 replies; 3+ messages in thread
From: Biju @ 2026-05-04 14:59 UTC (permalink / raw)
  To: Liu Ying, Andrzej Hajda, Neil Armstrong, Robert Foss,
	Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann, David Airlie,
	Simona Vetter
  Cc: Biju Das, Laurent Pinchart, Jonas Karlman, Jernej Skrabec,
	dri-devel, linux-kernel, Geert Uytterhoeven,
	Prabhakar Mahadev Lad, Biju Das, linux-renesas-soc

From: Biju Das <biju.das.jz@bp.renesas.com>

Drop unnecessary blank line in it6263_hdmi_write_hdmi_infoframe().

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
---
 drivers/gpu/drm/bridge/ite-it6263.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/bridge/ite-it6263.c b/drivers/gpu/drm/bridge/ite-it6263.c
index 4f3ebb7af4d4..8a7fb5b2ef07 100644
--- a/drivers/gpu/drm/bridge/ite-it6263.c
+++ b/drivers/gpu/drm/bridge/ite-it6263.c
@@ -815,7 +815,6 @@ static int it6263_hdmi_write_hdmi_infoframe(struct drm_bridge *bridge,
 	regmap_write(regmap, HDMI_REG_PKT_NULL_CTRL,
 		     ENABLE_PKT | REPEAT_PKT);
 
-
 	return 0;
 }
 
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Claude review: drm/bridge: ite-it6263: Drop unnecessary blank line
  2026-05-04 14:59 [PATCH] drm/bridge: ite-it6263: Drop unnecessary blank line Biju
@ 2026-05-04 22:11 ` Claude Code Review Bot
  2026-05-04 22:11 ` Claude Code Review Bot
  1 sibling, 0 replies; 3+ messages in thread
From: Claude Code Review Bot @ 2026-05-04 22:11 UTC (permalink / raw)
  To: dri-devel-reviews

Overall Series Review

Subject: drm/bridge: ite-it6263: Drop unnecessary blank line
Author: Biju <biju.das.au@gmail.com>
Patches: 1
Reviewed: 2026-05-05T08:11:43.974614

---

This is a trivial single-patch cleanup that removes one extraneous blank line from `it6263_hdmi_write_hdmi_infoframe()`. The change is cosmetic only — no functional impact. The resulting code (single blank line between the `regmap_write` call and `return 0`) follows standard kernel coding style.

No concerns. The patch is correct and self-explanatory.

---
Generated by Claude Code Patch Reviewer

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Claude review: drm/bridge: ite-it6263: Drop unnecessary blank line
  2026-05-04 14:59 [PATCH] drm/bridge: ite-it6263: Drop unnecessary blank line Biju
  2026-05-04 22:11 ` Claude review: " Claude Code Review Bot
@ 2026-05-04 22:11 ` Claude Code Review Bot
  1 sibling, 0 replies; 3+ messages in thread
From: Claude Code Review Bot @ 2026-05-04 22:11 UTC (permalink / raw)
  To: dri-devel-reviews

Patch Review

**Status: Clean**

The patch removes a double-blank-line between the `regmap_write()` call and the `return 0;` statement in `it6263_hdmi_write_hdmi_infoframe()`:

```c
 	regmap_write(regmap, HDMI_REG_PKT_NULL_CTRL,
 		     ENABLE_PKT | REPEAT_PKT);
 
-
 	return 0;
```

After the patch, a single blank line remains, which is appropriate kernel style for separating the last statement from the return.

No issues found. Straightforward style fix.

---
Generated by Claude Code Patch Reviewer

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-05-04 22:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-04 14:59 [PATCH] drm/bridge: ite-it6263: Drop unnecessary blank line Biju
2026-05-04 22:11 ` Claude review: " Claude Code Review Bot
2026-05-04 22:11 ` Claude Code Review Bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox