From nobody Tue Apr 7 14:05:07 2026 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 07E03332909; Thu, 26 Feb 2026 05:13:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.137.202.133 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772082793; cv=none; b=pfmmvzPXdhaKgHZuQy2WL0IyG+o4L1GSzULzdvcjMwxmjbaOK9Vtj40boJrS5+V8pByieAc0D4W3Zq1KGSbmGcMmR8RPVAMdx3+FKvxTDW9f+7ZtyjwJrI5oqSrR8DdChOeu4/3sILAYRuzKql3K55UqYZFAKlp+4bCZUtpogMQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772082793; c=relaxed/simple; bh=eFPYhuNy8TxNqW9jD4iHTaORDXnolL2txJksnZrmDPU=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=fu05YhEUtouZfjNFYRTDV7nuThO9dk+QmfRj7LMvWWLbInGQCfEUWNwOFcq6aEfg81YJCIau3tyLYovOiVOd/beuW62PcjGSN1HDk6ceTo7lg67uRF0b1ih7WM9wFf0VP5ojE9oCq6qJzEnF/gwH03tEzv/jLEVppHMhsWebfHI= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=infradead.org; spf=none smtp.mailfrom=infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=g2K/x+Ve; arc=none smtp.client-ip=198.137.202.133 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=infradead.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="g2K/x+Ve" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: MIME-Version:Message-ID:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type: Content-ID:Content-Description:In-Reply-To:References; bh=XvnQFmWPOqtM26r08jbEIIkm7MyHEar1yt10naK31Dw=; b=g2K/x+Ve61snUiz/iMNWhXlkL/ CxayqxV7j8VYEff/JxXKoUlgV6VNzpFqBPwwhxZc55mS3IUq1g55EjYcWlXMAJ6zve2LeCvRN/F0U vnFi5IQYrZgmzOXTYI4kaGQyMGEK4ILn9X1OoQjGPJlVc+xcOUNvHT1hbjicI5Vq2EsrlFWzIVDNP +nwvGwCy2X2I8LcQcdgYrOdJ9yP8FdKQTFBThEuZBsZ0ePBH5NxixtGnxl4/LWEMGty0LLeTGNK6C bbh7SDwjW9SDTNFGLm7rob6Opd29XXprGzXbfLMmHJthVocQkHBFt+wA2XUSIVs3i9RMhN665CFC+ JWbDIKnQ==; Received: from [50.53.43.113] (helo=bombadil.infradead.org) by bombadil.infradead.org with esmtpsa (Exim 4.98.2 #2 (Red Hat Linux)) id 1vvTgU-00000005PMM-0yX1; Thu, 26 Feb 2026 05:13:10 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Nishanth Menon , linux-pm@vger.kernel.org, Aaro Koskinen , Janusz Krzysztofik , Tony Lindgren , linux-omap@vger.kernel.org, Kevin Hilman , Andreas Kemnade , Kevin Hilman , Roger Quadros Subject: [PATCH] ARM: omap: fix all kernel-doc warnings Date: Wed, 25 Feb 2026 21:13:09 -0800 Message-ID: <20260226051309.556228-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.53.0 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" Use the correct struct member names to avoid kernel-doc warnings: Warning: include/linux/platform_data/voltage-omap.h:27 struct member 'volt_nominal' not described in 'omap_volt_data' Warning: include/linux/platform_data/voltage-omap.h:27 struct member 'vp_errgain' not described in 'omap_volt_data' Signed-off-by: Randy Dunlap --- Cc: Nishanth Menon Cc: linux-pm@vger.kernel.org Cc: Aaro Koskinen Cc: Janusz Krzysztofik Cc: Tony Lindgren Cc: linux-omap@vger.kernel.org Cc: Kevin Hilman Cc: Aaro Koskinen Cc: Andreas Kemnade Cc: Kevin Hilman Cc: Roger Quadros Cc: Tony Lindgren include/linux/platform_data/voltage-omap.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- linux-next-20260225.orig/include/linux/platform_data/voltage-omap.h +++ linux-next-20260225/include/linux/platform_data/voltage-omap.h @@ -10,14 +10,14 @@ =20 /** * struct omap_volt_data - Omap voltage specific data. - * @voltage_nominal: The possible voltage value in uV + * @volt_nominal: The possible voltage value in uV * @sr_efuse_offs: The offset of the efuse register(from system * control module base address) from where to read * the n-target value for the smartreflex module. * @sr_errminlimit: Error min limit value for smartreflex. This value * differs at differnet opp and thus is linked * with voltage. - * @vp_errorgain: Error gain value for the voltage processor. This + * @vp_errgain: Error gain value for the voltage processor. This * field also differs according to the voltage/opp. */ struct omap_volt_data {