mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-26 18:43:33 -05:00
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:
parent
27c4f6738b
commit
4aa32ee3c0
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue