From nobody Thu Apr 16 09:12:25 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 1D2A620E702; Sun, 1 Mar 2026 01:12:05 +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=1772327529; cv=none; b=FRKYQF/npwFOw7PYf2CmOmh/Hi1hnIEP89oVgnUgAh7Cey/0H0hNut2d8IUNURvPoqAnQQOhOKBcurWhAn3VwDTYm6A3uTrLwpogPXUf2NR6eJraZu4GNOwfaFtGnJ/b0IwoRm0VnvjNJyXTu/8x3Dy0Gam8pl5d3ypw/T8iUYM= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772327529; c=relaxed/simple; bh=FtJaM3RpeD51EWCUchyZ4hpoYlAF/X0MYilKS4HdvZ4=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=ChPV7Y4wvLeAWKYRKjSW44Dn14nPoU8ypU5pIQp/T+WQ61CJbpwIw5+JuaWlNvuAwCHEwpKmk0HhWinUiUyHBoQKZG/l4Vgu9GmgOjBDlFCfWLA0zuRPOk7xd7+cxp/c/bstA3ek81xgjEoDSN3stDqIH30Y63/K/HBkdQX+XKs= 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=0xOKR2sj; 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="0xOKR2sj" 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=12C2nEyvjRtVXY+Q+8xIueyyUnlhdy20dYi3tPGyGYM=; b=0xOKR2sjBjTsqLUDTJHlvgvuoB DIZr29kqxwr5GC2QM9XPh24hXAtCdtL2vZ+xfuZYqs4BMpzVSRU9ki+3oSQ4CIz+rfkicvlp527gH P+DMwSTXEDiv5a6G8ArbD6IKqujiitWU5AMq9mm+oXFkxd883VTphp0bcNKEpqdIDinyiUWVq41rs YlIse2HWDdT9m3unl8tdfw3QAf7RRplqBIIPVK7RC5NZfmTdhOdKvxy0WEe9NY55bHHhJS8JRp5qp DJINqOIf+SYEnjMD6hdyVNaX+s2Rmm1dQw0sX0YJGM1Xj49ZmJE8MmJBdsjAZWOncE/zF5JwA8b93 PLAJpqtg==; 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 1vwVLo-0000000ARS9-3QlJ; Sun, 01 Mar 2026 01:12:04 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Vinod Koul , Frank Li , dmaengine@vger.kernel.org Subject: [PATCH] dmaengine: qcom: qcom-gpi-dma.h: fix all kernel-doc warnings Date: Sat, 28 Feb 2026 17:12:03 -0800 Message-ID: <20260301011203.3062658-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" Add missing enum descriptions and spell one struct member correctly to avoid kernel-doc warnings: Warning: include/linux/dma/qcom-gpi-dma.h:15 Enum value 'SPI_TX' not described in enum 'spi_transfer_cmd' Warning: include/linux/dma/qcom-gpi-dma.h:15 Enum value 'SPI_RX' not described in enum 'spi_transfer_cmd' Warning: include/linux/dma/qcom-gpi-dma.h:15 Enum value 'SPI_DUPLEX' not described in enum 'spi_transfer_cmd' Warning: include/linux/dma/qcom-gpi-dma.h:80 struct member 'multi_msg' not described in 'gpi_i2c_config' Signed-off-by: Randy Dunlap --- Cc: Vinod Koul Cc: Frank Li Cc: dmaengine@vger.kernel.org include/linux/dma/qcom-gpi-dma.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) --- linux-next-20260227.orig/include/linux/dma/qcom-gpi-dma.h +++ linux-next-20260227/include/linux/dma/qcom-gpi-dma.h @@ -8,6 +8,9 @@ =20 /** * enum spi_transfer_cmd - spi transfer commands + * @SPI_TX: SPI peripheral TX command + * @SPI_RX: SPI peripheral RX command + * @SPI_DUPLEX: SPI peripheral Duplex command */ enum spi_transfer_cmd { SPI_TX =3D 1, @@ -64,7 +67,7 @@ enum i2c_op { * @set_config: set peripheral config * @rx_len: receive length for buffer * @op: i2c cmd - * @muli-msg: is part of multi i2c r-w msgs + * @multi_msg: is part of multi i2c r-w msgs */ struct gpi_i2c_config { u8 set_config;