forked from Minki/linux
Trivial: fix a typo in slow-work.h
Fix a comment typo in slow-work.h ...a trivial mistake, but it will mess up kerneldoc if nothing else. Signed-off-by: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
5028eaa97d
commit
5dd559f020
@ -67,7 +67,7 @@ static inline void slow_work_init(struct slow_work *work,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* slow_work_init - Initialise a very slow work item
|
* vslow_work_init - Initialise a very slow work item
|
||||||
* @work: The work item to initialise
|
* @work: The work item to initialise
|
||||||
* @ops: The operations to use to handle the slow work item
|
* @ops: The operations to use to handle the slow work item
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user