All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -mmotm] lib/string.c: fix kernel-doc for memchr_inv
@ 2011-08-25 14:14 ` Akinobu Mita
  0 siblings, 0 replies; 4+ messages in thread
From: Akinobu Mita @ 2011-08-25 14:14 UTC (permalink / raw)
  To: linux-kernel, akpm, linux-mm
  Cc: Akinobu Mita, Geert Uytterhoeven, Christoph Lameter

This fixes kernel-doc for memchr_inv() which is introduced by
lib-stringc-introduce-memchr_inv.patch in mmotm 2011-08-24-14-08

Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Christoph Lameter <cl@linux.com>
---
 lib/string.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/string.c b/lib/string.c
index 18f5111..11df543 100644
--- a/lib/string.c
+++ b/lib/string.c
@@ -769,10 +769,10 @@ static void *check_bytes8(const u8 *start, u8 value, unsigned int bytes)
 }
 
 /**
- * memchr_inv - Find a character in an area of memory.
- * @s: The memory area
- * @c: The byte to search for
- * @n: The size of the area.
+ * memchr_inv - Find an unmatching character in an area of memory.
+ * @start: The memory area
+ * @c: Find a character other than c
+ * @bytes: The size of the area.
  *
  * returns the address of the first character other than @c, or %NULL
  * if the whole buffer contains just @c.
-- 
1.7.4.4


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH -mmotm] lib/string.c: fix kernel-doc for memchr_inv
@ 2011-08-25 14:14 ` Akinobu Mita
  0 siblings, 0 replies; 4+ messages in thread
From: Akinobu Mita @ 2011-08-25 14:14 UTC (permalink / raw)
  To: linux-kernel, akpm, linux-mm
  Cc: Akinobu Mita, Geert Uytterhoeven, Christoph Lameter

This fixes kernel-doc for memchr_inv() which is introduced by
lib-stringc-introduce-memchr_inv.patch in mmotm 2011-08-24-14-08

Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Christoph Lameter <cl@linux.com>
---
 lib/string.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/string.c b/lib/string.c
index 18f5111..11df543 100644
--- a/lib/string.c
+++ b/lib/string.c
@@ -769,10 +769,10 @@ static void *check_bytes8(const u8 *start, u8 value, unsigned int bytes)
 }
 
 /**
- * memchr_inv - Find a character in an area of memory.
- * @s: The memory area
- * @c: The byte to search for
- * @n: The size of the area.
+ * memchr_inv - Find an unmatching character in an area of memory.
+ * @start: The memory area
+ * @c: Find a character other than c
+ * @bytes: The size of the area.
  *
  * returns the address of the first character other than @c, or %NULL
  * if the whole buffer contains just @c.
-- 
1.7.4.4

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH -mmotm] lib/string.c: fix kernel-doc for memchr_inv
  2011-08-25 14:14 ` Akinobu Mita
@ 2011-08-25 14:23   ` Christoph Lameter
  -1 siblings, 0 replies; 4+ messages in thread
From: Christoph Lameter @ 2011-08-25 14:23 UTC (permalink / raw)
  To: Akinobu Mita; +Cc: linux-kernel, akpm, linux-mm, Geert Uytterhoeven

On Thu, 25 Aug 2011, Akinobu Mita wrote:

> This fixes kernel-doc for memchr_inv() which is introduced by
> lib-stringc-introduce-memchr_inv.patch in mmotm 2011-08-24-14-08

Reviewed-by: Christoph Lameter <cl@linux.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH -mmotm] lib/string.c: fix kernel-doc for memchr_inv
@ 2011-08-25 14:23   ` Christoph Lameter
  0 siblings, 0 replies; 4+ messages in thread
From: Christoph Lameter @ 2011-08-25 14:23 UTC (permalink / raw)
  To: Akinobu Mita; +Cc: linux-kernel, akpm, linux-mm, Geert Uytterhoeven

On Thu, 25 Aug 2011, Akinobu Mita wrote:

> This fixes kernel-doc for memchr_inv() which is introduced by
> lib-stringc-introduce-memchr_inv.patch in mmotm 2011-08-24-14-08

Reviewed-by: Christoph Lameter <cl@linux.com>

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-08-25 14:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-25 14:14 [PATCH -mmotm] lib/string.c: fix kernel-doc for memchr_inv Akinobu Mita
2011-08-25 14:14 ` Akinobu Mita
2011-08-25 14:23 ` Christoph Lameter
2011-08-25 14:23   ` Christoph Lameter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.