From nobody Mon Dec 1 22:07:34 2025 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) (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 6EC13280A3B; Thu, 27 Nov 2025 08:44:18 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.167.242.64 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764233061; cv=none; b=ljudk6HsQO3IrtCaTksTVtcYIrEwOtxZbjB2ulOf2kmZbQmEGeo2UiSRkEvnCT+yA7/MnY4PlQxdVMYpttdsXNHySLIyENv6/zAWtsiX7OlEqQsrErXr4sopUOeHD2jpN7P83R0OE4wtCV2WYbu6zVst/p574eLRfHcM8ojRiRk= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764233061; c=relaxed/simple; bh=5tgCOYVfK42xuWBTnjk86qb13R2r0eT6LpcWjj8qBeo=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=Pooot3WugrSdvby6A4slCGqmHBilC3ScO+1muKoUW7gdZc9ZwIoPwgtmLTGPgRemiU7mFeg/UnscEaIIcCMVsXEExY6E6ypFR+Zt0U8EChFud1n1OZ82csCSM3+Ih6ENu+b2SH4NJUz2hEOexI49UBxyBOPm/dlr/NMj7qZwmnA= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=ideasonboard.com; spf=pass smtp.mailfrom=ideasonboard.com; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b=pe2o4tnD; arc=none smtp.client-ip=213.167.242.64 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=ideasonboard.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=ideasonboard.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="pe2o4tnD" Received: from ideasonboard.com (93-61-96-190.ip145.fastwebnet.it [93.61.96.190]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 8FCB16AC; Thu, 27 Nov 2025 09:42:05 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1764232926; bh=5tgCOYVfK42xuWBTnjk86qb13R2r0eT6LpcWjj8qBeo=; h=From:To:Cc:Subject:Date:From; b=pe2o4tnDeRkv1Fm0Q76tf2mu6SLDJAztRhB2IxPu6/s4BDzEkrlvk+335WYY4/RYd woqimqPwWgXUUgELc+fRweERG/31IEn8b2ct+oXAV4ZuoWunikmT1tNs/QvjceFGA6 D3ZtakXYG+XjkyfynnxPTVoQ/DchTkyHB5pXJQ5Y= From: Jacopo Mondi To: Mauro Carvalho Chehab , Hans Verkuil , Stephen Rothwell Cc: Jacopo Mondi , Linux Kernel Mailing List , Linux Next Mailing List , stable@vger.kernel.org Subject: [PATCH] media: uapi: c3-isp: Fix documentation warning Date: Thu, 27 Nov 2025 09:43:59 +0100 Message-ID: <20251127084401.17894-1-jacopo.mondi@ideasonboard.com> X-Mailer: git-send-email 2.51.1 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" Building htmldocs generates a warning: WARNING: include/uapi/linux/media/amlogic/c3-isp-config.h:199 error: Cannot parse struct or union! Which correctly highlights that the c3_isp_params_block_header symbol is wrongly documented as a struct while it's a plain #define instead. Fix this by removing the 'struct' identifier from the documentation of the c3_isp_params_block_header symbol. Reported-by: Stephen Rothwell Fixes: 45662082855c ("media: uapi: Convert Amlogic C3 to V4L2 extensible pa= rams") Cc: stable@vger.kernel.org Signed-off-by: Jacopo Mondi --- Stephen reported this error on linux-next. Please collect this patch for v6= .19. I'm not sure this qualifies for stable, as it will ideally land in the same release as the patch that introduces the warning. If that's not the case, p= lease strip: Fixes: 45662082855c ("media: uapi: Convert Amlogic C3 to V4L2 extensible pa= rams") Cc: stable@vger.kernel.org from the commit message when applying, thanks! --- include/uapi/linux/media/amlogic/c3-isp-config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/uapi/linux/media/amlogic/c3-isp-config.h b/include/uap= i/linux/media/amlogic/c3-isp-config.h index 0a3c1cc55ccb..92db5dcdda18 100644 --- a/include/uapi/linux/media/amlogic/c3-isp-config.h +++ b/include/uapi/linux/media/amlogic/c3-isp-config.h @@ -186,7 +186,7 @@ enum c3_isp_params_block_type { #define C3_ISP_PARAMS_BLOCK_FL_ENABLE V4L2_ISP_PARAMS_FL_BLOCK_ENABLE /** - * struct c3_isp_params_block_header - C3 ISP parameter block header + * c3_isp_params_block_header - C3 ISP parameter block header * * This structure represents the common part of all the ISP configuration * blocks and is identical to :c:type:`v4l2_isp_params_block_header`. -- 2.51.1