Эх сурвалжийг харах

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>
Yangtao Li 6 жил өмнө
parent
commit
5900e02b5b

+ 1 - 1
arch/arm64/kernel/crash_dump.c

@@ -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