From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: accel/ivpu: Apply minor code style cleanups to align with kernel style Date: Wed, 11 Mar 2026 13:17:57 +1000 Message-ID: In-Reply-To: <20260310120736.3341679-1-karol.wachowski@linux.intel.com> References: <20260310120736.3341679-1-karol.wachowski@linux.intel.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: accel/ivpu: Apply minor code style cleanups to align with kernel style Author: Karol Wachowski Patches: 1 Reviewed: 2026-03-11T13:17:57.140385 --- This is a single, straightforward cleanup patch with three small changes to `drivers/accel/ivpu/ivpu_gem.c`. All changes are cosmetic/style-related with no functional impact: 1. Using `drm_gem_is_imported()` helper instead of direct `import_attach` field access 2. Using `kzalloc_obj()` macro instead of raw `kzalloc(sizeof(*bo), GFP_KERNEL)` 3. Removing an unnecessary `(bool)` cast on a function that already returns `bool` Plus a copyright year bump. The patch is clean and correct. --- Generated by Claude Code Patch Reviewer