mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 05:31:15 +00:00
[PATCH] fix kernel-doc warnings in 2.6.20-rc1
Fix kernel-doc warnings in 2.6.20-rc1. Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
b7f869a284
commit
af9997e426
6 changed files with 7 additions and 4 deletions
|
@ -233,7 +233,7 @@ static void delayed_work_timer_fn(unsigned long __data)
|
|||
/**
|
||||
* queue_delayed_work - queue work on a workqueue after delay
|
||||
* @wq: workqueue to use
|
||||
* @work: delayable work to queue
|
||||
* @dwork: delayable work to queue
|
||||
* @delay: number of jiffies to wait before queueing
|
||||
*
|
||||
* Returns 0 if @work was already on a queue, non-zero otherwise.
|
||||
|
@ -268,7 +268,7 @@ EXPORT_SYMBOL_GPL(queue_delayed_work);
|
|||
* queue_delayed_work_on - queue work on specific CPU after delay
|
||||
* @cpu: CPU number to execute work on
|
||||
* @wq: workqueue to use
|
||||
* @work: work to queue
|
||||
* @dwork: work to queue
|
||||
* @delay: number of jiffies to wait before queueing
|
||||
*
|
||||
* Returns 0 if @work was already on a queue, non-zero otherwise.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue