From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: staging: fbtft: Use sysfs_emit_at() to print to sysfs file Date: Thu, 04 Jun 2026 11:55:20 +1000 Message-ID: In-Reply-To: References: X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Overall Series Review Subject: staging: fbtft: Use sysfs_emit_at() to print to sysfs file Author: Dan Carpenter Patches: 3 Reviewed: 2026-06-04T11:55:20.660926 --- This is a single patch from Dan Carpenter fixing a buffer size limit bug in the fbtft staging driver's sysfs gamma curve display function. The fix is correct and uses the proper kernel sysfs API. The commit message is clear, accurately describes the bug and its (low) practical impact, and includes an appropriate `Fixes:` tag. **Verdict: Looks good.** A clean, well-motivated janitor fix. --- Generated by Claude Code Patch Reviewer