kfifo: Fix typo in comment
authorRolf Eike Beer <eike-kernel@sf-tec.de>
Sat, 26 Dec 2009 16:58:11 +0000 (17:58 +0100)
committerLinus 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

index 3d44e9c..7c6b32a 100644 (file)
@@ -81,7 +81,7 @@ union { \
 }
 
 /**
- * INIT_KFIFO - Initialize a kfifo declared by DECLARED_KFIFO
+ * INIT_KFIFO - Initialize a kfifo declared by DECLARE_KFIFO
  * @name: name of the declared kfifo datatype
  */
 #define INIT_KFIFO(name) \