Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Jonathan Corbet and committed by
Linus Torvalds
5dd559f0 5028eaa9

+1 -1
+1 -1
include/linux/slow-work.h
··· 67 67 } 68 68 69 69 /** 70 - * slow_work_init - Initialise a very slow work item 70 + * vslow_work_init - Initialise a very slow work item 71 71 * @work: The work item to initialise 72 72 * @ops: The operations to use to handle the slow work item 73 73 *