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/scdc-helper: Don't use ssize_t return type for scdc_read/write Date: Thu, 28 May 2026 12:16:28 +1000 Message-ID: In-Reply-To: <20260527-scdc-link-health-v4-1-622ea40a1f59@collabora.com> References: <20260527-scdc-link-health-v4-0-622ea40a1f59@collabora.com> <20260527-scdc-link-health-v4-1-622ea40a1f59@collabora.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review **Verdict: Looks good.** Straightforward cleanup. `drm_scdc_read` and `drm_scdc_write` return 0 on success or negative errno -- there's no reason for `ssize_t`. The change is consistent between the `.c` and `.h` files. No issues. --- Generated by Claude Code Patch Reviewer