We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eac5b13 commit eb8db42Copy full SHA for eb8db42
arch/riscv/mm/physaddr.c
@@ -12,7 +12,7 @@ phys_addr_t __virt_to_phys(unsigned long x)
12
* Boundary checking aginst the kernel linear mapping space.
13
*/
14
WARN(!is_linear_mapping(x) && !is_kernel_mapping(x),
15
- "virt_to_phys used for non-linear address: %pK (%pS)\n",
+ "virt_to_phys used for non-linear address: %p (%pS)\n",
16
(void *)x, (void *)x);
17
18
return __va_to_pa_nodebug(x);
0 commit comments