From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: gpu: nova-core: gsp: sort MsgFunction variants alphabetically Date: Tue, 03 Mar 2026 13:34:46 +1000 Message-ID: In-Reply-To: <20260302-cmdq-continuation-v4-1-c011f15aad58@nvidia.com> References: <20260302-cmdq-continuation-v4-0-c011f15aad58@nvidia.com> <20260302-cmdq-continuation-v4-1-c011f15aad58@nvidia.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Pure code reorganization. Both the `MsgFunction` enum definition and the `TryFrom` match arms are sorted alphabetically, and section headers (`// Common function codes`, `// Event codes`) are added to the match arms. No issues. This is a clean housekeeping change that makes future additions less error-prone. --- Generated by Claude Code Patch Reviewer