kfifo: Fix typo in comment
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>
This commit is contained in:
parent
e48b7b66a6
commit
ed656d8dec
1 changed files with 1 additions and 1 deletions
|
|
@ -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) \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue