Hi Peter,

[auto build test WARNING on next-20160311]
[cannot apply to mtd/master v4.5-rc7 v4.5-rc6 v4.5-rc5 v4.5-rc7]
[if your patch is applied to the wrong git tree, please drop us a note to help 
improving the system]

url:    
https://github.com/0day-ci/linux/commits/Peter-Pan/mtd-nand_bbt-introduce-independent-nand-BBT/20160314-105725
reproduce: make htmldocs

All warnings (new ones prefixed by >>):

   drivers/mtd/nand/nand_base.c:321: warning: Excess function parameter 
'getchip' description in 'nand_block_bad'
>> drivers/mtd/nand/nand_bbt.c:1409: warning: No description found for 
>> parameter 'ops'
>> drivers/mtd/nand/nand_bbt.c:1409: warning: No description found for 
>> parameter 'info'
>> drivers/mtd/nand/nand_bbt.c:1409: warning: No description found for 
>> parameter 'options'
>> drivers/mtd/nand/nand_bbt.c:1409: warning: No description found for 
>> parameter 'bbt_td'
>> drivers/mtd/nand/nand_bbt.c:1409: warning: No description found for 
>> parameter 'bbt_md'
   drivers/mtd/nand/nand_base.c:321: warning: Excess function parameter 
'getchip' description in 'nand_block_bad'
>> drivers/mtd/nand/nand_bbt.c:1409: warning: No description found for 
>> parameter 'ops'
>> drivers/mtd/nand/nand_bbt.c:1409: warning: No description found for 
>> parameter 'info'
>> drivers/mtd/nand/nand_bbt.c:1409: warning: No description found for 
>> parameter 'options'
>> drivers/mtd/nand/nand_bbt.c:1409: warning: No description found for 
>> parameter 'bbt_td'
>> drivers/mtd/nand/nand_bbt.c:1409: warning: No description found for 
>> parameter 'bbt_md'

vim +/ops +1409 drivers/mtd/nand/nand_bbt.c

  1393  static void nand_bbt_release(struct nand_bbt *bbt)
  1394  {
  1395          kfree(bbt->bbt);
  1396  }
  1397  
  1398  /**
  1399   * nand_bbt_create - [NAND BBT Interface] create BBT structures for 
certain
  1400   * MTD device
  1401   * @mtd: MTD structure
  1402   */
  1403  struct nand_bbt *nand_bbt_create(struct mtd_info *mtd,
  1404                          const struct nand_bbt_ops *ops,
  1405                          struct nand_chip_layout_info *info,
  1406                          unsigned int options,
  1407                          struct nand_bbt_descr *bbt_td,
  1408                          struct nand_bbt_descr *bbt_md)
> 1409  {
  1410          struct nand_bbt *bbt = kzalloc(sizeof(struct nand_bbt),
  1411                                          GFP_KERNEL);
  1412          int ret;
  1413  
  1414          if (!bbt)
  1415                  return ERR_PTR(-ENOMEM);
  1416  
  1417          bbt->mtd = mtd;

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

Attachment: .config.gz
Description: Binary data

Reply via email to