From: Rolf Eike Beer Date: Sat, 26 Dec 2009 16:58:11 +0000 (+0100) Subject: kfifo: Fix typo in comment X-Git-Tag: v6.6-pxa1908~36371 X-Git-Url: https://git.dujemihanovic.xyz/?a=commitdiff_plain;h=ed656d8deccc5669afa33387568e7ec6f14e3e94;p=linux.git kfifo: Fix typo in comment It's DECLARE_KFIFO, not DECLARED_KFIFO. Signed-off-by: Rolf Eike Beer Signed-off-by: Linus Torvalds --- diff --git a/include/linux/kfifo.h b/include/linux/kfifo.h index 3d44e9c65a8e..7c6b32a1421c 100644 --- a/include/linux/kfifo.h +++ b/include/linux/kfifo.h @@ -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) \