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/bridge: it66121: Add bridge_to_it66121_ctx() helper Date: Sat, 16 May 2026 16:11:55 +1000 Message-ID: In-Reply-To: <20260510191459.90769-2-javierm@redhat.com> References: <20260510191459.90769-1-javierm@redhat.com> <20260510191459.90769-2-javierm@redhat.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review **Status: Looks good.** Straightforward mechanical refactoring replacing 11 `container_of(bridge, struct it66121_ctx, bridge)` calls with a `bridge_to_it66121_ctx()` helper. This matches the convention used by most other bridge drivers. The `static inline` placement right after the struct definition is correct. No functional change, as stated. --- Generated by Claude Code Patch Reviewer