]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
s390/lib: fix kernel doc for memcmp()
authorJulian Wiedmann <jwi@linux.ibm.com>
Fri, 2 Oct 2020 09:16:49 +0000 (11:16 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Wed, 7 Oct 2020 19:50:01 +0000 (21:50 +0200)
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>
arch/s390/lib/string.c

index 0e30e6e43b0c51dfd1a1adf1fc7a6d45bd022dd1..93b3209b94a2f8b375d7fdc95d21a3f55c836e39 100644 (file)
@@ -333,7 +333,7 @@ EXPORT_SYMBOL(memchr);
  * memcmp - Compare two areas of memory
  * @s1: One area of memory
  * @s2: Another area of memory
- * @count: The size of the area.
+ * @n: The size of the area.
  */
 #ifdef __HAVE_ARCH_MEMCMP
 int memcmp(const void *s1, const void *s2, size_t n)