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: fix stale doc comments on command queue methods Date: Thu, 05 Mar 2026 13:52:59 +1000 Message-ID: In-Reply-To: <20260304-cmdq-locking-v3-1-a6314b708850@nvidia.com> References: <20260304-cmdq-locking-v3-0-a6314b708850@nvidia.com> <20260304-cmdq-locking-v3-1-a6314b708850@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 doc cleanup. The changes accurately reflect the current behavior: - Adding `EMSGSIZE` to the error list for `send_command_internal` (line 166) - Updating `receive_msg` docs to clarify that `ERANGE` is returned for recognized-but-non-matching function codes, replacing the old `EAGAIN` reference (lines 177-196) - Removing the "not final" caveat which no longer applies No issues. Clean and correct. --- Generated by Claude Code Patch Reviewer