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/drv: Drop drm_mode_config_reset() from our skeleton Date: Wed, 11 Mar 2026 13:09:08 +1000 Message-ID: In-Reply-To: <20260310-drm-mode-config-init-v1-11-de7397c8e1cf@kernel.org> References: <20260310-drm-mode-config-init-v1-0-de7397c8e1cf@kernel.org> <20260310-drm-mode-config-init-v1-11-de7397c8e1cf@kernel.org> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Trivially correct. Updates the example code to recommend `drm_mode_config_create_state()` instead of `drm_mode_config_reset()`. Note that the example still shows it called **before** `drm_dev_register()`, which is technically unnecessary now (since `drm_dev_register()` calls it), but harmless due to the `if (state) continue;` guards. --- Generated by Claude Code Patch Reviewer