Linux cryptographic layer development
 help / color / mirror / Atom feed
From: kbuild test robot <fengguang.wu@intel.com>
To: unlisted-recipients:; (no To-header on input)
Cc: kbuild-all@01.org, linux-crypto@vger.kernel.org,
	Herbert Xu <herbert@gondor.apana.org.au>
Subject: [cryptodev:master 147/175] DocBook: include/crypto/skcipher.h:135: warning: No description found for parameter 'base'
Date: Mon, 18 Jul 2016 20:25:17 +0800	[thread overview]
Message-ID: <201607182016.m8f2psvQ%fengguang.wu@intel.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 2964 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git master
head:   c6335cbb0486f09b4c2ae86e84bf87efd667afa6
commit: 4e6c3df4d729f85997cbf276bfa8ffd8579b8e77 [147/175] crypto: skcipher - Add low-level skcipher interface
reproduce: make htmldocs

All warnings (new ones prefixed by >>):

>> include/crypto/skcipher.h:135: warning: No description found for parameter 'base'
>> include/crypto/skcipher.h:135: warning: No description found for parameter 'base'
>> include/crypto/skcipher.h:135: warning: No description found for parameter 'base'
>> include/crypto/skcipher.h:135: warning: No description found for parameter 'base'
>> include/crypto/skcipher.h:135: warning: No description found for parameter 'base'
>> include/crypto/skcipher.h:135: warning: No description found for parameter 'base'
>> include/crypto/skcipher.h:135: warning: No description found for parameter 'base'
>> include/crypto/skcipher.h:135: warning: No description found for parameter 'base'
>> include/crypto/skcipher.h:135: warning: No description found for parameter 'base'
>> include/crypto/skcipher.h:135: warning: No description found for parameter 'base'
>> include/crypto/skcipher.h:135: warning: No description found for parameter 'base'
>> include/crypto/skcipher.h:135: warning: No description found for parameter 'base'
>> include/crypto/skcipher.h:135: warning: No description found for parameter 'base'
>> include/crypto/skcipher.h:135: warning: No description found for parameter 'base'
>> include/crypto/skcipher.h:135: warning: No description found for parameter 'base'
>> include/crypto/skcipher.h:135: warning: No description found for parameter 'base'
>> include/crypto/skcipher.h:135: warning: No description found for parameter 'base'

vim +/base +135 include/crypto/skcipher.h

   119	 * All fields except @ivsize are mandatory and must be filled.
   120	 */
   121	struct skcipher_alg {
   122		int (*setkey)(struct crypto_skcipher *tfm, const u8 *key,
   123		              unsigned int keylen);
   124		int (*encrypt)(struct skcipher_request *req);
   125		int (*decrypt)(struct skcipher_request *req);
   126		int (*init)(struct crypto_skcipher *tfm);
   127		void (*exit)(struct crypto_skcipher *tfm);
   128	
   129		unsigned int min_keysize;
   130		unsigned int max_keysize;
   131		unsigned int ivsize;
   132		unsigned int chunksize;
   133	
   134		struct crypto_alg base;
 > 135	};
   136	
   137	#define SKCIPHER_REQUEST_ON_STACK(name, tfm) \
   138		char __##name##_desc[sizeof(struct skcipher_request) + \
   139			crypto_skcipher_reqsize(tfm)] CRYPTO_MINALIGN_ATTR; \
   140		struct skcipher_request *name = (void *)__##name##_desc
   141	
   142	static inline struct crypto_ablkcipher *skcipher_givcrypt_reqtfm(
   143		struct skcipher_givcrypt_request *req)

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 6366 bytes --]

             reply	other threads:[~2016-07-18 12:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-18 12:25 kbuild test robot [this message]
2016-07-18 16:59 ` [cryptodev:master 147/175] DocBook: include/crypto/skcipher.h:135: warning: No description found for parameter 'base' Herbert Xu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201607182016.m8f2psvQ%fengguang.wu@intel.com \
    --to=fengguang.wu@intel.com \
    --cc=herbert@gondor.apana.org.au \
    --cc=kbuild-all@01.org \
    --cc=linux-crypto@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox