Commit ed656d8d authored by Rolf Eike Beer's avatar Rolf Eike Beer Committed by Linus Torvalds

kfifo: Fix typo in comment

It's DECLARE_KFIFO, not DECLARED_KFIFO.
Signed-off-by: default avatarRolf Eike Beer <eike-kernel@sf-tec.de>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent e48b7b66
...@@ -81,7 +81,7 @@ union { \ ...@@ -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 * @name: name of the declared kfifo datatype
*/ */
#define INIT_KFIFO(name) \ #define INIT_KFIFO(name) \
......
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