From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: Re: [PATCH] drm/amdgpu: fix inconsistent indenting in amdgpu_gfx_ring_preempt_ib Date: Sat, 16 May 2026 12:23:11 +1000 Message-ID: In-Reply-To: <606b422c-4531-4950-a22e-61732383f6b5@amd.com> References: <606b422c-4531-4950-a22e-61732383f6b5@amd.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: Re: [PATCH] drm/amdgpu: fix inconsistent indenting in amdgpu_gfx_ring_preempt_ib Author: =?UTF-8?Q?Christian_K=C3=B6nig?= Patches: 2 Reviewed: 2026-05-16T12:23:11.504297 --- This is a single-patch series that fixes a whitespace/indentation issue in `amdgpu_gfx_ring_preempt_ib()`. The fix is trivially correct: one line was indented with 4 spaces instead of a tab, inconsistent with the rest of the function and with kernel coding style. The issue was flagged by the smatch static checker via the kernel test robot. **Verdict: Looks good.** Straightforward style fix, no functional change. --- Generated by Claude Code Patch Reviewer