From patchwork Sun May 5 19:32:12 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jeff Johnson X-Patchwork-Id: 13654622 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org 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.lore.kernel.org (Postfix) with ESMTPS id 187BAC4345F for ; Sun, 5 May 2024 19:32:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:CC:To:Message-ID:MIME-Version:Subject: Date:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=JCzNj02Ma9oQ15gmh/5f6JSN8Cp9tHYFoVRxJ15BwdY=; b=D6WCLKbOypZ2o0 p81nC8qI8m/pRFTUY/a4FjTShFJyzpT1LYgTWhRp/7wvtQPAdbS5xN6+dU6LGkOsE879EOFHt8wYu 614McqsmmqcWcftjFkpw6pqwTtX/P23HXy+0OX9bSC2UtR0aSLx2hIA/1Qjm2UwKfOlxoz9vE9ell D3mq+tgw1BdG/YJ3SJT5Q3dvH4G59cRD2UpJrt6OcgWRi4ome1WG5Ukwo1JRwhhwUDmHV1p13mPD+ PgTkNFGbNib6388dmzEo72AonD06b3cVMzWwxwc2btr5has0yEfazCwzgp09uYNz32E1BDi8P0+W/ bie6N0qhYG+rLHWDQhbQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1s3hbC-000000057yM-3Utg; Sun, 05 May 2024 19:32:38 +0000 Received: from mx0b-0031df01.pphosted.com ([205.220.180.131]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1s3hb9-000000057w4-0Wug for linux-arm-kernel@lists.infradead.org; Sun, 05 May 2024 19:32:36 +0000 Received: from pps.filterd (m0279868.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 445JWE5R017354; Sun, 5 May 2024 19:32:14 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h= from:date:subject:mime-version:content-type :content-transfer-encoding:message-id:to:cc; s=qcppdkim1; bh=Ljt 1/ZyWs9w6kIyMNglv/210K3hZUYkvO9vHBc3CBwA=; b=mD+RUxaMhBXZa0khXc2 iwcv6iHldsu8i0CQB2ILq11Yk/n/hsM5VZvls8KXp5P/jhZ4QaKclxwYdrpmNSU8 CR4BPbO/5YRhMkRk8HY28F0A8l9YNd5pTFtnf+zlbJDvFD0ZqqqNp8WRV1H7UIbY wSHBJ1KlsqbqGG/bcCgX6eSjbrxvC0codB2xN4vFp91iFKVUe7mAaFtncBw2YiFH CgXGkmDOt8Fh3n6IK3BYYnVTeaS6Uu1jPuweOPS1zJNp3BTko1zz9TlwtOKiemGQ vZN/6kz7WaYIlGtxIqzV9J05nJaUgpGvWKXS920CLtE/jHL4+dOdZ06QJasli2mF /3Q== Received: from nalasppmta05.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3xwcbpj47b-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Sun, 05 May 2024 19:32:14 +0000 (GMT) Received: from nalasex01a.na.qualcomm.com (nalasex01a.na.qualcomm.com [10.47.209.196]) by NALASPPMTA05.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 445JWDcH021687 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Sun, 5 May 2024 19:32:13 GMT Received: from [169.254.0.1] (10.49.16.6) by nalasex01a.na.qualcomm.com (10.47.209.196) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.9; Sun, 5 May 2024 12:32:12 -0700 From: Jeff Johnson Date: Sun, 5 May 2024 12:32:12 -0700 Subject: [PATCH] dmaengine: xilinx: xdma: fix struct xdma_chan kernel-doc MIME-Version: 1.0 Message-ID: <20240505-xdma_chan-kdoc-v1-1-18cefca3f168@quicinc.com> X-B4-Tracking: v=1; b=H4sIALveN2YC/x3M0QrCMAyF4VcZuTZQ44bDVxGRtM1ckHWSiAzG3 n2dlx+H86/gYioOt2YFk5+6zqXifGogjVxegpqrgQK1oQsdLnni5zHhO88J49ATX3q6ZmKop4/ JoMs/eH9UR3bBaFzSeGQm9q8YbNsOrN9HaXkAAAA= To: Lizhi Hou , Brian Xu , "Raj Kumar Rampelli" , Vinod Koul , "Michal Simek" CC: , , , Jeff Johnson X-Mailer: b4 0.13.0 X-Originating-IP: [10.49.16.6] X-ClientProxiedBy: nalasex01a.na.qualcomm.com (10.47.209.196) To nalasex01a.na.qualcomm.com (10.47.209.196) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-ORIG-GUID: f-anGE996OxrQQ3cImWDGjGMf8vKpESt X-Proofpoint-GUID: f-anGE996OxrQQ3cImWDGjGMf8vKpESt X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1011,Hydra:6.0.650,FMLib:17.11.176.26 definitions=2024-05-05_13,2024-05-03_02,2023-05-22_02 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 lowpriorityscore=0 bulkscore=0 malwarescore=0 adultscore=0 impostorscore=0 mlxscore=0 suspectscore=0 phishscore=0 priorityscore=1501 clxscore=1011 spamscore=0 mlxlogscore=606 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2404010003 definitions=main-2405050083 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240505_123235_328336_D9EE4834 X-CRM114-Status: UNSURE ( 9.99 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org make C=1 reports: warning: Function parameter or struct member 'last_interrupt' not described in 'xdma_chan' warning: Function parameter or struct member 'stop_requested' not described in 'xdma_chan' So add missing documentation for these members. Signed-off-by: Jeff Johnson --- drivers/dma/xilinx/xdma.c | 2 ++ 1 file changed, 2 insertions(+) --- base-commit: 2c4d8e19cf060744a9db466ffbaea13ab37f25ca change-id: 20240505-xdma_chan-kdoc-bf82a3827d2a diff --git a/drivers/dma/xilinx/xdma.c b/drivers/dma/xilinx/xdma.c index 313b217388fe..43488678ef9e 100644 --- a/drivers/dma/xilinx/xdma.c +++ b/drivers/dma/xilinx/xdma.c @@ -61,6 +61,8 @@ struct xdma_desc_block { * @dir: Transferring direction of the channel * @cfg: Transferring config of the channel * @irq: IRQ assigned to the channel + * @last_interrupt: Completion variable to signal the last interrupt + * @stop_requested: Stop Requested flag of the channel */ struct xdma_chan { struct virt_dma_chan vchan;