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 %pe format specifier for error pointers Date: Mon, 13 Apr 2026 19:00:42 +1000 Message-ID: In-Reply-To: <20260412144552.18493-1-mahad.ibrahim.dev@gmail.com> References: <20260412144552.18493-1-mahad.ibrahim.dev@gmail.com> 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 %pe format specifier for error pointers Author: Mahad Ibrahim Patches: 4 Reviewed: 2026-04-13T19:00:42.245948 --- This is a single, straightforward cleanup patch that replaces `%ld` + `PTR_ERR()` with the `%pe` format specifier in two files under `drivers/staging/fbtft/`. The change is mechanically correct and addresses a well-known coccinelle warning. It is a low-risk, textbook cleanup appropriate for staging. **Verdict: Looks good to me.** No functional or correctness concerns. --- Generated by Claude Code Patch Reviewer