Skip to content

Commit 4aa32ee

Browse files
julianwiedmannVasily Gorbik
authored andcommitted
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>
1 parent 27c4f67 commit 4aa32ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/s390/lib/string.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ EXPORT_SYMBOL(memchr);
333333
* memcmp - Compare two areas of memory
334334
* @s1: One area of memory
335335
* @s2: Another area of memory
336-
* @count: The size of the area.
336+
* @n: The size of the area.
337337
*/
338338
#ifdef __HAVE_ARCH_MEMCMP
339339
int memcmp(const void *s1, const void *s2, size_t n)

0 commit comments

Comments
 (0)