From nobody Sat Feb 7 07:25:50 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 E93F62882CF; Fri, 17 Oct 2025 07:07: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=1760684825; cv=none; b=ZBhnNv+pBWIC9j8Oc5gCd/04njzAsP/tLoheoDNoo5FaivnsxQWSor4oyoNlVwHEyi3HmimCuE2PwFlQls+2NVBkJ2uWdyQvOxi9xnZtRO3vyltk9PmBiF9qGBdxzxz/xWaZHVJP1BOH+/qfGFAkVTvrmFNDpjjT/RlfQ/zFyek= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1760684825; c=relaxed/simple; bh=xBh1R3UthDEmxmkM8IMXCgp+M1OFHkv/MTrcimlOEDM=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=RJi0T4QyiPlLL7YN/eWl6t0gtnyB73+vrklVkvCfmbtMhKBskWBbQbzUKBt2hKIXm2BeYI5saxFB3FkSmh0BrkxQykLEAYSuGa+CgJVYOodzmiILUYRSqsA7rCiwYgE5C6djH6hOtoeyj/5J1AMXkzWmffDW5tm1XCKE0Ntn/4E= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (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=smX0nXXb; arc=none smtp.client-ip=198.137.202.133 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (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="smX0nXXb" 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=vy03HBxcOKZ1/JJzbpc0jDLnVA41ktEh3OYdHPxBGuY=; b=smX0nXXbiOm8leylrnmbwToSK2 LOzDEp94Q4H2wKC6xxHgPugiFRdIDOc3kPdsFzXtBzYxwDiUCJVNfolCnl0jXpRIt5pT8ao5y5T2E misgK3OX/amIMCmBSG/xTV4geCqgVYRKmC4AuYY1gcNq5H+/xjVKfhR6fDVg8tVC+i7K03RpsFjF4 xTkpivFwSkle2c2MeMvaarfBFZDUx4PGQ/xXFo88KumG4nTiQpm439Reh/rXAtpqzGhbE5sBjBqvv qS88FTlQ+tupyL1majtv2lXcvVOI67H4p0xEt25GBRyvQuXtPim0UOxLd6BL7SIGYlEbeztDFDv9Y Ay996eyQ==; 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 1v9eYJ-00000006viL-2AdD; Fri, 17 Oct 2025 07:07:03 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Bartosz Golaszewski , Bjorn Andersson , Konrad Dybcio , linux-arm-msm@vger.kernel.org Subject: [PATCH] firmware: qcom: tzmem: area: fix qcom_tzmem_policy kernel-doc Date: Fri, 17 Oct 2025 00:07:02 -0700 Message-ID: <20251017070702.1637092-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.51.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" Fix kernel-doc warnings by using correct kernel-doc syntax and formatting to prevent warnings: Warning: include/linux/firmware/qcom/qcom_tzmem.h:25 Enum value 'QCOM_TZMEM_POLICY_STATIC' not described in enum 'qcom_tzmem_policy' Warning: ../include/linux/firmware/qcom/qcom_tzmem.h:25 Enum value 'QCOM_TZMEM_POLICY_MULTIPLIER' not described in enum 'qcom_tzmem_policy' Warning: ../include/linux/firmware/qcom/qcom_tzmem.h:25 Enum value 'QCOM_TZMEM_POLICY_ON_DEMAND' not described in enum 'qcom_tzmem_policy' Fixes: 84f5a7b67b61 ("firmware: qcom: add a dedicated TrustZone buffer allo= cator") Signed-off-by: Randy Dunlap Reviewed-by: Bartosz Golaszewski Reviewed-by: Konrad Dybcio --- Cc: Bartosz Golaszewski Cc: Bjorn Andersson Cc: Konrad Dybcio Cc: linux-arm-msm@vger.kernel.org --- include/linux/firmware/qcom/qcom_tzmem.h | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) --- linux-next-20251016.orig/include/linux/firmware/qcom/qcom_tzmem.h +++ linux-next-20251016/include/linux/firmware/qcom/qcom_tzmem.h @@ -17,11 +17,17 @@ struct qcom_tzmem_pool; * enum qcom_tzmem_policy - Policy for pool growth. */ enum qcom_tzmem_policy { - /**< Static pool, never grow above initial size. */ + /** + * @QCOM_TZMEM_POLICY_STATIC: Static pool, + * never grow above initial size. */ QCOM_TZMEM_POLICY_STATIC =3D 1, - /**< When out of memory, add increment * current size of memory. */ + /** + * @QCOM_TZMEM_POLICY_MULTIPLIER: When out of memory, + * add increment * current size of memory. */ QCOM_TZMEM_POLICY_MULTIPLIER, - /**< When out of memory add as much as is needed until max_size. */ + /** + * @QCOM_TZMEM_POLICY_ON_DEMAND: When out of memory + * add as much as is needed until max_size. */ QCOM_TZMEM_POLICY_ON_DEMAND, };