From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: bus: mhi: Match devices exposing the protocol on the SAHARA channel Date: Mon, 09 Mar 2026 08:09:00 +1000 Message-ID: In-Reply-To: <20260307-sahara_protocol_new_v2-v2-3-29dc748b5e9c@oss.qualcomm.com> References: <20260307-sahara_protocol_new_v2-v2-0-29dc748b5e9c@oss.qualcomm.com> <20260307-sahara_protocol_new_v2-v2-3-29dc748b5e9c@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 Small, clean patch. - **Missing space before closing brace:** ```c + { .chan = "SAHARA"}, ``` Should be `{ .chan = "SAHARA", }` (with space and trailing comma for consistency with the line above: `{ .chan = "QAIC_SAHARA", }`). --- Generated by Claude Code Patch Reviewer