Hi,

[auto build test WARNING on block/for-next]
[also build test WARNING on next-20160617]
[cannot apply to v4.7-rc3]
[if your patch is applied to the wrong git tree, please drop us a note to help 
improve the system]

url:    
https://github.com/0day-ci/linux/commits/Shaun-Tancheff/Add-bio-request-flags-for-using-ZBC-ZAC-commands/20160620-021844
base:   https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git 
for-next
reproduce: make htmldocs

All warnings (new ones prefixed by >>):

   lib/crc32.c:148: warning: No description found for parameter 'tab)[256]'
   lib/crc32.c:148: warning: Excess function parameter 'tab' description in 
'crc32_le_generic'
   lib/crc32.c:293: warning: No description found for parameter 'tab)[256]'
   lib/crc32.c:293: warning: Excess function parameter 'tab' description in 
'crc32_be_generic'
   lib/crc32.c:1: warning: no structured comments found
   mm/memory.c:2881: warning: No description found for parameter 'old'
>> block/blk-lib.c:337: warning: No description found for parameter 'op'

vim +/op +337 block/blk-lib.c

   321  }
   322  EXPORT_SYMBOL(blkdev_issue_zone_report);
   323  
   324  /**
   325   * blkdev_issue_zone_action - queue a report zones operation
   326   * @bdev:       target blockdev
   327   * @op_flags:   REQ_OPEN_ZONE, REQ_CLOSE_ZONE, or REQ_RESET_ZONE.
   328   * @sector:     starting lba of sector
   329   * @gfp_mask:   memory allocation flags (for bio_alloc)
   330   *
   331   * Description:
   332   *    Issue a zone report request for the sectors in question.
   333   */
   334  int blkdev_issue_zone_action(struct block_device *bdev, unsigned int op,
   335                               unsigned int op_flags, sector_t sector,
   336                               gfp_t gfp_mask)
 > 337  {
   338          int ret;
   339          struct bio *bio;
   340  
   341          bio = bio_alloc(gfp_mask, 1);
   342          if (!bio)
   343                  return -ENOMEM;
   344  
   345          bio->bi_iter.bi_sector = sector;

---
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