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/panic: Fix panic logo alignment Date: Tue, 31 Mar 2026 17:43:30 +1000 Message-ID: In-Reply-To: <20260329102454.11357-1-dileepsankhla.ds@gmail.com> References: <20260329102454.11357-1-dileepsankhla.ds@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: drm/panic: Fix panic logo alignment Author: Dileep Sankhla Patches: 1 Reviewed: 2026-03-31T17:43:30.257136 --- This is a single-patch fix to center the panic logo horizontally in the `DRM_PANIC_TYPE_USER` panic screen. The change is small, correct, and follows the same centering pattern already used for the panic message text a few lines below. The existing code left the logo at x=0 (left-aligned) while the message was centered, which was visually inconsistent. --- Generated by Claude Code Patch Reviewer