Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1737986 > unrolled thread

[PATCH] kfifo: Fix some typo

Started byChristophe JAILLET <christophe.jaillet@wanadoo.fr>
First post2017-09-23 12:10 +0200
Last post2017-09-23 12:10 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] kfifo: Fix some typo Christophe JAILLET <christophe.jaillet@wanadoo.fr> - 2017-09-23 12:10 +0200

#1737986 — [PATCH] kfifo: Fix some typo

FromChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Date2017-09-23 12:10 +0200
Subject[PATCH] kfifo: Fix some typo
Message-ID<usPxM-1Ma-41@gated-at.bofh.it>
Fix some typo.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
---
 include/linux/kfifo.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/linux/kfifo.h b/include/linux/kfifo.h
index 41eb6fdf87a8..7b45959ebd92 100644
--- a/include/linux/kfifo.h
+++ b/include/linux/kfifo.h
@@ -325,7 +325,7 @@ __kfifo_uint_must_check_helper( \
  *
  * This macro dynamically allocates a new fifo buffer.
  *
- * The numer of elements will be rounded-up to a power of 2.
+ * The number of elements will be rounded-up to a power of 2.
  * The fifo will be release with kfifo_free().
  * Return 0 if no error, otherwise an error code.
  */
@@ -358,9 +358,9 @@ __kfifo_int_must_check_helper( \
  * @buffer: the preallocated buffer to be used
  * @size: the size of the internal buffer, this have to be a power of 2
  *
- * This macro initialize a fifo using a preallocated buffer.
+ * This macro initializes a fifo using a preallocated buffer.
  *
- * The numer of elements will be rounded-up to a power of 2.
+ * The number of elements will be rounded-up to a power of 2.
  * Return 0 if no error, otherwise an error code.
  */
 #define kfifo_init(fifo, buffer, size) \
-- 
2.11.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web