From nobody Tue Apr 7 15:28:52 2026 Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 67F4A284B29 for ; Thu, 26 Feb 2026 03:02:27 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=192.198.163.19 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772074948; cv=none; b=IAYjTjO49//mnva4OrX8JSJS5NGDuHJoF1ITvCn36oQRdzzNos0nyKDXIrbIAnIObi+y9uFLGBqmkzbf6HSCZTK+OIttpu/blhInKK4O7tSAo6mW2bgNH76K4ylg4FR7l2VVxDHwriFUeKEj7NC17XXSHv5K405zBEuo8CotJmw= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772074948; c=relaxed/simple; bh=JXXup06q1D1WAb8wh1UAYbSkqo6wlGiQ89Qwt0SWXBM=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=Tfns3tLF15tEh1zzghrEZR1CquNG/9P1K8Pazudev35J36PKMbsTnmsqPNP8sCOUA9HA2u25ShzW1nlQa3+Wsqua8F69AEAM6m8PILFWaUZy255SXmBKo45efnQ0Il8QNBiFuDQIXsomsK4L2+sSAmzwEFOhApOdy9Kxo2Xai6s= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=intel.com; spf=pass smtp.mailfrom=intel.com; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b=Abei6PWT; arc=none smtp.client-ip=192.198.163.19 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=intel.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="Abei6PWT" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1772074947; x=1803610947; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=JXXup06q1D1WAb8wh1UAYbSkqo6wlGiQ89Qwt0SWXBM=; b=Abei6PWT6KEhvn+5ZMDDjMqdC0GQybDxVTcTLIwDciHYfH96K9ffSH04 UQeIEAcAuAIl7zatNOi2Fc/rJ6yXk1O49fQczJzg/kmqBG4izcj6HCVuc DQvVhRlMRoYBqoFKD9Nanjv8bbZKh/2jqAvIkHr8MOca4LnzhCAoyajp0 NwLE/bd0Chjb5ouIBrgoDz6v05Z0cmj44BGdjij0LES5WyeGb/qdV0ZbL t47ApIgh4cu2dDLOmwy1JM2SRnuOOiVlFDxEh1FQJmnfISxOIBeRHcl21 Y1AbRkclck48uwADRyHw34qAMQG1aE4VUi8FdlzqYbwgfMrvZMByJi2rA g==; X-CSE-ConnectionGUID: qZa7qqD8QAmFe0iU77UaZw== X-CSE-MsgGUID: h5v7XT4ETUmHIhA3lEjBtQ== X-IronPort-AV: E=McAfee;i="6800,10657,11712"; a="72160462" X-IronPort-AV: E=Sophos;i="6.21,311,1763452800"; d="scan'208";a="72160462" 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:26 -0800 X-CSE-ConnectionGUID: dxrRX5ULQNS+Q8zJ+sk6LA== X-CSE-MsgGUID: 3HUY1c5yQWSwoR9xLzLd9g== 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:19 -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 7/7] drm/amd/ras: fix kernel-doc warning for ras_eeprom_append() Date: Thu, 26 Feb 2026 11:00:38 +0800 Message-ID: <20260226030038.1182961-8-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> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Warning: drivers/gpu/drm/amd/amdgpu/../ras/rascore/ras_eeprom.c:845 functio= n parameter 'ras_core' not described in 'ras_eeprom_append' Warning: drivers/gpu/drm/amd/amdgpu/../ras/rascore/ras_eeprom.c:845 expecti= ng prototype for ras_core_eeprom_append(). Prototype was for ras_eeprom_app= end() instead Fixes: 5c3be5defc92 ("drm/amd/ras: Add eeprom ras functions") Signed-off-by: Yujie Liu --- drivers/gpu/drm/amd/ras/rascore/ras_eeprom.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/ras/rascore/ras_eeprom.c b/drivers/gpu/drm= /amd/ras/rascore/ras_eeprom.c index cd6b057bdaf3..65c1812a10fb 100644 --- a/drivers/gpu/drm/amd/ras/rascore/ras_eeprom.c +++ b/drivers/gpu/drm/amd/ras/rascore/ras_eeprom.c @@ -829,8 +829,8 @@ static int ras_eeprom_update_header(struct ras_eeprom_c= ontrol *control) } =20 /** - * ras_core_eeprom_append -- append records to the EEPROM RAS table - * @control: pointer to control structure + * ras_eeprom_append -- append records to the EEPROM RAS table + * @ras_core: pointer to ras core context * @record: array of records to append * @num: number of records in @record array * --=20 2.43.0