arm64: kdump: fix small typo
This brings the kernel doc in line with the function signature. Signed-off-by: Yangtao Li <tiny.windzz@gmail.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
This commit is contained in:
parent
98356eb0ae
commit
5900e02b5b
|
@ -58,7 +58,7 @@ ssize_t copy_oldmem_page(unsigned long pfn, char *buf,
|
||||||
/**
|
/**
|
||||||
* elfcorehdr_read - read from ELF core header
|
* elfcorehdr_read - read from ELF core header
|
||||||
* @buf: buffer where the data is placed
|
* @buf: buffer where the data is placed
|
||||||
* @csize: number of bytes to read
|
* @count: number of bytes to read
|
||||||
* @ppos: address in the memory
|
* @ppos: address in the memory
|
||||||
*
|
*
|
||||||
* This function reads @count bytes from elf core header which exists
|
* This function reads @count bytes from elf core header which exists
|
||||||
|
|
Loading…
Reference in New Issue