Skip to content

Commit

Permalink
kfifo: Fix typo in comment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Rolf Eike Beer authored and Linus Torvalds committed Dec 30, 2009
1 parent e48b7b6 commit ed656d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/kfifo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down

0 comments on commit ed656d8

Please sign in to comment.