Skip to content

Commit 56c4bdd

Browse files
KAGA-KOKOaxboe
authored andcommitted
block: Suppress kernel-doc warnings triggered by blk-zoned.c
Avoid that building with W=1 causes the kernel-doc tool to complain about undocumented function arguments for the blk-zoned.c source file. Signed-off-by: Bart Van Assche <[email protected]> Cc: Christoph Hellwig <[email protected]> Cc: Damien Le Moal <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
1 parent 2bbea6e commit 56c4bdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

block/blk-zoned.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ int blkdev_reset_zones(struct block_device *bdev,
296296
}
297297
EXPORT_SYMBOL_GPL(blkdev_reset_zones);
298298

299-
/**
299+
/*
300300
* BLKREPORTZONE ioctl processing.
301301
* Called from blkdev_ioctl.
302302
*/
@@ -355,7 +355,7 @@ int blkdev_report_zones_ioctl(struct block_device *bdev, fmode_t mode,
355355
return ret;
356356
}
357357

358-
/**
358+
/*
359359
* BLKRESETZONE ioctl processing.
360360
* Called from blkdev_ioctl.
361361
*/

0 commit comments

Comments
 (0)