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: Fri, 27 Feb 2026 12:21:58 +1000 Message-ID: In-Reply-To: <20260226-cmdq-continuation-v3-1-572ab9916766@nvidia.com> References: <20260226-cmdq-continuation-v3-0-572ab9916766@nvidia.com> <20260226-cmdq-continuation-v3-1-572ab9916766@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 alphabetical re-ordering of the `MsgFunction` enum variants and the corresponding `TryFrom` match arms. Also adds section comments (`// Common function codes`, `// Event codes`) to the match block for clarity. No issues. Straightforward cleanup that makes the enum easier to maintain. --- Generated by Claude Code Patch Reviewer