From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: fbcon: Use correct type for vc_resize() return value Date: Sat, 16 May 2026 11:04:07 +1000 Message-ID: In-Reply-To: <20260514091918.1607234-1-yujiacheng3@huawei.com> References: <20260514091918.1607234-1-yujiacheng3@huawei.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: fbcon: Use correct type for vc_resize() return value Author: Jiacheng Yu Patches: 2 Reviewed: 2026-05-16T11:04:07.379093 --- This is a single-patch series that fixes a type mismatch warning in `fbcon_set_disp()`. The variable `ret` was declared as `unsigned long` but stores the `int` return value of `vc_resize()`. The fix is correct, trivial, and clearly explained. The patch eliminates a real `-Wconversion` warning with no functional change. **Verdict: Looks good.** Minor nit below on the Fixes tag. --- Generated by Claude Code Patch Reviewer