Skip to content

Commit

Permalink
fs-writeback: fix kernel-doc warnings
Browse files Browse the repository at this point in the history
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@oracle.com>
Cc: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
  • Loading branch information
Randy Dunlap authored and Jens Axboe committed Jul 1, 2010
1 parent 19c9a49 commit 06d738f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/fs-writeback.c
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ static void bdi_alloc_queue_work(struct backing_dev_info *bdi,

/**
* 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
Expand Down

0 comments on commit 06d738f

Please sign in to comment.