From a023cd55bbf29d8c0cde45bc1727fc8c06ec3a54 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Mon, 10 May 2004 00:01:33 -0700 Subject: [PATCH] Kill some 'No description found...' warnings. (kernel-api.sgml) From: Alexey Dobriyan Fix various kernel-doc parameters. --- lib/string.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/string.c') diff --git a/lib/string.c b/lib/string.c index d2f23f2c1e69..603c7174f41e 100644 --- a/lib/string.c +++ b/lib/string.c @@ -445,8 +445,8 @@ void * memset(void * s,int c,size_t count) #ifndef __HAVE_ARCH_BCOPY /** * bcopy - Copy one area of memory to another - * @src: Where to copy from - * @dest: Where to copy to + * @srcp: Where to copy from + * @destp: Where to copy to * @count: The size of the area. * * Note that this is the same as memcpy(), with the arguments reversed. -- cgit v1.2.3