lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 28 Dec 2020 19:47:06 -0800 From: Randy Dunlap <rdunlap@...radead.org> To: linux-kernel@...r.kernel.org Cc: Randy Dunlap <rdunlap@...radead.org>, Jens Axboe <axboe@...nel.dk>, Christoph Hellwig <hch@....de>, linux-fsdevel@...r.kernel.org, Alexander Viro <viro@...iv.linux.org.uk> Subject: [PATCH] fs: block_dev.c: fix kernel-doc warnings from struct block_device changes Fix new kernel-doc warnings in fs/block_dev.c: ../fs/block_dev.c:1066: warning: Excess function parameter 'whole' description in 'bd_abort_claiming' ../fs/block_dev.c:1837: warning: Function parameter or member 'dev' not described in 'lookup_bdev' Fixes: 4e7b5671c6a8 ("block: remove i_bdev") Fixes: 37c3fc9abb25 ("block: simplify the block device claiming interface") Signed-off-by: Randy Dunlap <rdunlap@...radead.org> Cc: Jens Axboe <axboe@...nel.dk> Cc: Christoph Hellwig <hch@....de> Cc: linux-fsdevel@...r.kernel.org Cc: Alexander Viro <viro@...iv.linux.org.uk> --- fs/block_dev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- lnx-511-rc1.orig/fs/block_dev.c +++ lnx-511-rc1/fs/block_dev.c @@ -1055,7 +1055,6 @@ static void bd_finish_claiming(struct bl /** * bd_abort_claiming - abort claiming of a block device * @bdev: block device of interest - * @whole: whole block device * @holder: holder that has claimed @bdev * * Abort claiming of a block device when the exclusive open failed. This can be @@ -1828,6 +1827,7 @@ const struct file_operations def_blk_fop /** * lookup_bdev - lookup a struct block_device by name * @pathname: special file representing the block device + * @dev: return value of the block device's dev_t * * Get a reference to the blockdevice at @pathname in the current * namespace if possible and return it. Return ERR_PTR(error)
Powered by blists - more mailing lists