s390/lib: fix kernel doc for memcmp()
s/count/n Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Acked-by: Christian Borntraeger <borntraeger@de.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
This commit is contained in:
committed by
Vasily Gorbik
parent
27c4f6738b
commit
4aa32ee3c0
@@ -333,7 +333,7 @@ EXPORT_SYMBOL(memchr);
|
|||||||
* memcmp - Compare two areas of memory
|
* memcmp - Compare two areas of memory
|
||||||
* @s1: One area of memory
|
* @s1: One area of memory
|
||||||
* @s2: Another area of memory
|
* @s2: Another area of memory
|
||||||
* @count: The size of the area.
|
* @n: The size of the area.
|
||||||
*/
|
*/
|
||||||
#ifdef __HAVE_ARCH_MEMCMP
|
#ifdef __HAVE_ARCH_MEMCMP
|
||||||
int memcmp(const void *s1, const void *s2, size_t n)
|
int memcmp(const void *s1, const void *s2, size_t n)
|
||||||
|
|||||||
Reference in New Issue
Block a user