Commit 5dd559f0 authored by Jonathan Corbet's avatar Jonathan Corbet Committed by Linus Torvalds

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: default avatarJonathan Corbet <corbet@lwn.net>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 5028eaa9
......@@ -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
* @ops: The operations to use to handle the slow work item
*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment