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/amd/pm: fix kernel-doc warning for smu_msg_v1_send_msg() Date: Fri, 27 Feb 2026 12:40:47 +1000 Message-ID: In-Reply-To: <20260226030038.1182961-7-yujie.liu@intel.com> References: <20260226030038.1182961-1-yujie.liu@intel.com> <20260226030038.1182961-7-yujie.liu@intel.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Fixes the function name in the doc comment after commit 4f379370a49c used the wrong name. ```diff - * smu_msg_proto_v1_send_msg - Complete V1 protocol with all filtering + * smu_msg_v1_send_msg - Complete V1 protocol with all filtering ``` Correct. --- --- Generated by Claude Code Patch Reviewer