Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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) \