Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1283304 > unrolled thread

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

Started byRandy Dunlap <rdunlap@infradead.org>
First post2015-12-03 21:10 +0100
Last post2015-12-09 13:20 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] crypto: fix kernel-doc warnings in crypto/aead.h Randy Dunlap <rdunlap@infradead.org> - 2015-12-03 21:10 +0100
    Re: [PATCH] crypto: fix kernel-doc warnings in crypto/aead.h Herbert Xu <herbert@gondor.apana.org.au> - 2015-12-09 13:20 +0100

#1283304 — [PATCH] crypto: fix kernel-doc warnings in crypto/aead.h

FromRandy Dunlap <rdunlap@infradead.org>
Date2015-12-03 21:10 +0100
Subject[PATCH] crypto: fix kernel-doc warnings in crypto/aead.h
Message-ID<qBImt-1jF-13@gated-at.bofh.it>
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(+)

--- 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.
  */
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1287455

FromHerbert Xu <herbert@gondor.apana.org.au>
Date2015-12-09 13:20 +0100
Message-ID<qDLSV-8hh-3@gated-at.bofh.it>
In reply to#1283304
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.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web