[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200722121458.8478-6-horia.geanta@nxp.com>
Date: Wed, 22 Jul 2020 15:14:56 +0300
From: Horia Geantă <horia.geanta@....com>
To: Herbert Xu <herbert@...dor.apana.org.au>
Cc: "David S. Miller" <davem@...emloft.net>,
Aymen Sghaier <aymen.sghaier@....com>,
Franck Lenormand <franck.lenormand@....com>,
Dan Douglass <dan.douglass@....com>,
linux-crypto@...r.kernel.org, linux-kernel@...r.kernel.org,
NXP Linux Team <linux-imx@....com>
Subject: [PATCH 5/7] crypto: caam/jr - remove incorrect reference to caam_jr_register()
From: Dan Douglass <dan.douglass@....com>
caam_jr_register() function is no longer part of the driver since
commit 6dad41158db6 ("crypto: caam - Remove unused functions from Job Ring")
This patch removes a comment referencing the function.
Signed-off-by: Dan Douglass <dan.douglass@....com>
Signed-off-by: Horia Geantă <horia.geanta@....com>
---
drivers/crypto/caam/jr.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/crypto/caam/jr.c b/drivers/crypto/caam/jr.c
index 4af22e7ceb4f..bf6b03b17251 100644
--- a/drivers/crypto/caam/jr.c
+++ b/drivers/crypto/caam/jr.c
@@ -339,8 +339,7 @@ EXPORT_SYMBOL(caam_jr_free);
* caam_jr_enqueue() - Enqueue a job descriptor head. Returns -EINPROGRESS
* if OK, -ENOSPC if the queue is full, -EIO if it cannot map the caller's
* descriptor.
- * @dev: device of the job ring to be used. This device should have
- * been assigned prior by caam_jr_register().
+ * @dev: struct device of the job ring to be used
* @desc: points to a job descriptor that execute our request. All
* descriptors (and all referenced data) must be in a DMAable
* region, and all data references must be physical addresses
--
2.17.1
Powered by blists - more mailing lists