From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 1AD8EFD4609 for ; Thu, 26 Feb 2026 03:02:23 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 7DA2910E85F; Thu, 26 Feb 2026 03:02:22 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="BmLn0eIo"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.19]) by gabe.freedesktop.org (Postfix) with ESMTPS id A3E9110E0F9; Thu, 26 Feb 2026 03:02:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1772074940; x=1803610940; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=D70balo6aRPFsBTQ0g+EvqMgxApzXA07juyavYmY/YQ=; b=BmLn0eIohzoTQyV7lGXta3kT+BJAOr//dmC3JuvIeyOIMCsgWhLpCezY Cl7x1ULN7hwVZuoeJPyPtUrUYXxTqKRuVyRsi3QbAfh9fs+iY7QAQwKU0 OV9IZXVBfVYd1s3xfynbmteYNqBPPozYil0kM7PHZC7WTTRc2xrXJai6w kPASV4dKjsmUAIYrx05JRjbfn+kMfS0rDHoIMe5MJj53qcTm3AN1/rMiI 2i+FMVYNHO5E4uceD49NIAQRrMT7xJSATWxCu9xZEFVJTywzmMLtXHt6W 1jqvgaCEqFqqA60Q+du9aNSHWS/klQUee58zUge1ofl8bp5r5S4xFNk2d A==; X-CSE-ConnectionGUID: Ik/3vYaqToCZhev/hgtVzw== X-CSE-MsgGUID: Ejlf/Th2RmOFuQOsOV0MVQ== X-IronPort-AV: E=McAfee;i="6800,10657,11712"; a="72160452" X-IronPort-AV: E=Sophos;i="6.21,311,1763452800"; d="scan'208";a="72160452" Received: from fmviesa003.fm.intel.com ([10.60.135.143]) by fmvoesa113.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Feb 2026 19:02:19 -0800 X-CSE-ConnectionGUID: 9n+SB39vS+irn28DqpbL1g== X-CSE-MsgGUID: fcSbKxSvTPKqmLfpsw7kqg== X-ExtLoop1: 1 Received: from x299.sh.intel.com ([10.239.159.77]) by fmviesa003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Feb 2026 19:02:12 -0800 From: Yujie Liu To: Alex Deucher , =?UTF-8?q?Christian=20K=C3=B6nig?= , David Airlie , Simona Vetter , Kenneth Feng , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Patrik Jakobsson , Matthew Brost , Danilo Krummrich , Philipp Stanner , =?UTF-8?q?Thomas=20Hellstr=C3=B6m?= , Rodrigo Vivi Cc: Pierre-Eric Pelloux-Prayer , Srinivasan Shanmugam , Tvrtko Ursulin , Sunil Khatri , Lijo Lazar , Asad Kamal , Yang Wang , Hawking Zhang , Tao Zhou , Gangliang Xie , Candice Li , YiPeng Chai , Matthew Auld , Luben Tuikov , =?UTF-8?q?Ville=20Syrj=C3=A4l=C3=A4?= , =?UTF-8?q?Micha=C5=82=20Winiarski?= , Michal Wajdeczko , amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, intel-xe@lists.freedesktop.org Subject: [PATCH 6/7] drm/amd/pm: fix kernel-doc warning for smu_msg_v1_send_msg() Date: Thu, 26 Feb 2026 11:00:37 +0800 Message-ID: <20260226030038.1182961-7-yujie.liu@intel.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20260226030038.1182961-1-yujie.liu@intel.com> References: <20260226030038.1182961-1-yujie.liu@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Warning: drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu_cmn.c:415 expecting prototype for smu_msg_proto_v1_send_msg(). Prototype was for smu_msg_v1_send_msg() instead Fixes: 4f379370a49c ("drm/amd/pm: Add smu message control block") Signed-off-by: Yujie Liu --- drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c b/drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c index 6fd50c2fd20e..c471c0e2cbd1 100644 --- a/drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c +++ b/drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c @@ -405,7 +405,7 @@ static int __smu_msg_v1_ras_filter(struct smu_msg_ctl *ctl, } /** - * smu_msg_proto_v1_send_msg - Complete V1 protocol with all filtering + * smu_msg_v1_send_msg - Complete V1 protocol with all filtering * @ctl: Message control block * @args: Message arguments * -- 2.43.0