From nobody Tue Apr 7 17:56: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 51DFF3976B2 for ; Thu, 12 Mar 2026 05:14:03 +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=1773292444; cv=none; b=tId5AzcWjf/k9R82xNjW8Q/rvcNVVr3UVVy5SHZta+8N6PyEdLP17zuDGIWWwhrVH/rpsHfP//7lcpNNwSDJUVGv8dunIUDs+IRZDlPhxJJyv4sxrTbRzYBLWwvkFUqLY7MbQouwUqF3CUWI/gGYamrHYvNwarKuG3Vn2bk4lPA= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773292444; c=relaxed/simple; bh=XZcuFoLGAniPEelCuN8SngDCjvrMyzGU/A+VET7hcJA=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=In0/XXJ9EP5BKlXk8ZxmBOgtl8EC5lVBjVhVbA1RhRGk3yJQCisFuSwTgApX03fxlh4RL7MGIhvUnQxYvSBWS1iasYIwC63X1PXaea7tK3Z6Wtosg39lIddblF/+5hq2VG3cV/MUeNE2P8iomBDSuhyEoZLTXLlSv6zAowu4M6s= 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=zMw47Owd; 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="zMw47Owd" 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=x33KcX0olom8KZodFj2H2NdXNPjdrIh5sd0mav6QH3U=; b=zMw47OwdWbzX5cxeLfbBN7+D62 n9DGoDt9VnR8D5YGDEQc6y35KBazeUmHJ3gGC3H+KaiWcAK4yIC7vT7lk5Y+g72sm9FAwQEsyp+Dk AZckjFT00tVAa1La0BqQQnyiSVr0uvEw6uvW0ktG3CaWrdWYpEGdNzci8Bda92auHSQ8QhVYLcuKI 4fuFCBhozZtSNR3gNFQMe879zQEapgCsH6dahM3MZjCfWtM/Mrq/WzeVkR3hZbb3e7FzMZNctSIic RG94+tdmDgcS/OEyFGcGtv1E2AtxiNzgx4QxVTmiM/0sceJSU+GgJYvpDfZSiyJE2BlEoXeKgtQds eht/kw0Q==; 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 1w0YMz-0000000DL73-0CGv; Thu, 12 Mar 2026 05:14:01 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Eric Piel , Arnd Bergmann , Greg Kroah-Hartman Subject: [PATCH] lis3lv02d: fix kernel-doc warnings Date: Wed, 11 Mar 2026 22:14:00 -0700 Message-ID: <20260312051400.682991-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 kernel-doc format to avoid kernel-doc warnings: Warning: include/linux/lis3lv02d.h:125 struct member 'st_min_limits' not described in 'lis3lv02d_platform_data' Warning: include/linux/lis3lv02d.h:125 struct member 'st_max_limits' not described in 'lis3lv02d_platform_data' Signed-off-by: Randy Dunlap --- Cc: Eric Piel Cc: Arnd Bergmann Cc: Greg Kroah-Hartman include/linux/lis3lv02d.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- linux-next-20260311.orig/include/linux/lis3lv02d.h +++ linux-next-20260311/include/linux/lis3lv02d.h @@ -30,8 +30,8 @@ * @default_rate: Default sampling rate. 0 means reset default * @setup_resources: Interrupt line setup call back function * @release_resources: Interrupt line release call back function - * @st_min_limits[3]: Selftest acceptance minimum values - * @st_max_limits[3]: Selftest acceptance maximum values + * @st_min_limits: Selftest acceptance minimum values (x, y, z) + * @st_max_limits: Selftest acceptance maximum values (x, y, z) * @irq2: Irq line 2 number * * Platform data is used to setup the sensor chip. Meaning of the different