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: Thu, 05 Mar 2026 13:55:43 +1000 Message-ID: In-Reply-To: <20260304-cmdq-continuation-v5-1-3f19d759ed93@nvidia.com> References: <20260304-cmdq-continuation-v5-0-3f19d759ed93@nvidia.com> <20260304-cmdq-continuation-v5-1-3f19d759ed93@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 Straightforward cleanup sorting enum variants and their `TryFrom` match arms alphabetically. The patch also adds `// Common function codes` and `// Event codes` section comments to the `try_from` implementation, which is a nice consistency improvement matching the enum definition. No issues. --- Generated by Claude Code Patch Reviewer