projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5028eaa
)
Trivial: fix a typo in slow-work.h
author
Jonathan Corbet
<corbet@lwn.net>
Tue, 21 Apr 2009 22:30:32 +0000
(16:30 -0600)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 22 Apr 2009 02:40:00 +0000
(19:40 -0700)
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>
include/linux/slow-work.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/slow-work.h
b/include/linux/slow-work.h
index 85958277f83d5374551ccd3868a67f49ce09d6ea..b65c8881f07acae832e16a8dca1dae7380f1a3c4 100644
(file)
--- a/
include/linux/slow-work.h
+++ b/
include/linux/slow-work.h
@@
-67,7
+67,7
@@
static inline void slow_work_init(struct slow_work *work,
}
/**
- * slow_work_init - Initialise a very slow work item
+ *
v
slow_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
*