Prev: mmc: Add erase, secure erase, trim and secure trim operations
Next: ext2:delete misused ext2_free_blocks
From: Randy Dunlap on 30 Jun 2010 18:30 From: Randy Dunlap <randy.dunlap(a)oracle.com> Fix kernel-doc to match the function's changed args. Warning(fs/fs-writeback.c:190): No description found for parameter 'args' Warning(fs/fs-writeback.c:190): Excess function parameter 'sb' description in 'bdi_queue_work_onstack' Signed-off-by: Randy Dunlap <randy.dunlap(a)oracle.com> Cc: Christoph Hellwig <hch(a)lst.de> Cc: Jens Axboe <jaxboe(a)fusionio.com> --- fs/fs-writeback.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.35-rc3-git4.orig/fs/fs-writeback.c +++ linux-2.6.35-rc3-git4/fs/fs-writeback.c @@ -179,7 +179,7 @@ static void bdi_alloc_queue_work(struct /** * bdi_queue_work_onstack - start and wait for writeback - * @sb: write inodes from this super_block + * @args: parameters to control the work queue writeback * * Description: * This function initiates writeback and waits for the operation to -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |