diff mbox

crypto: fix kernel-doc warnings in crypto/aead.h

Message ID 56609F69.1080203@infradead.org (mailing list archive)
State Accepted
Delegated to: Herbert Xu
Headers show

Commit Message

Randy Dunlap Dec. 3, 2015, 8 p.m. UTC
From: Randy Dunlap <rdunlap@infradead.org>

Fix 21 occurrences of this kernel-doc warning in <crypto/aead.h>:

..//include/crypto/aead.h:149: warning: No description found for parameter 'base'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
---
 include/crypto/aead.h |    1 +
 1 file changed, 1 insertion(+)

--
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Herbert Xu Dec. 9, 2015, 12:11 p.m. UTC | #1
On Thu, Dec 03, 2015 at 12:00:41PM -0800, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@infradead.org>
> 
> Fix 21 occurrences of this kernel-doc warning in <crypto/aead.h>:
> 
> ..//include/crypto/aead.h:149: warning: No description found for parameter 'base'
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>

Patch applied.  Thanks.
diff mbox

Patch

--- lnx-44-rc3.orig/include/crypto/aead.h
+++ lnx-44-rc3/include/crypto/aead.h
@@ -128,6 +128,7 @@  struct aead_request {
  * @exit: Deinitialize the cryptographic transformation object. This is a
  *	  counterpart to @init, used to remove various changes set in
  *	  @init.
+ * @base: Definition of a generic crypto cipher algorithm.
  *
  * All fields except @ivsize is mandatory and must be filled.
  */