projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e48b7b6
)
kfifo: Fix typo in comment
author
Rolf Eike Beer
<eike-kernel@sf-tec.de>
Sat, 26 Dec 2009 16:58:11 +0000
(17:58 +0100)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 30 Dec 2009 20:49:17 +0000
(12:49 -0800)
It's DECLARE_KFIFO, not DECLARED_KFIFO.
Signed-off-by: Rolf Eike Beer <eike-kernel@sf-tec.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/kfifo.h
patch
|
blob
|
history
diff --git
a/include/linux/kfifo.h
b/include/linux/kfifo.h
index
3d44e9c
..
7c6b32a
100644
(file)
--- a/
include/linux/kfifo.h
+++ b/
include/linux/kfifo.h
@@
-81,7
+81,7
@@
union { \
}
/**
- * INIT_KFIFO - Initialize a kfifo declared by DECLARE
D
_KFIFO
+ * INIT_KFIFO - Initialize a kfifo declared by DECLARE_KFIFO
* @name: name of the declared kfifo datatype
*/
#define INIT_KFIFO(name) \