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 3f558d4 commit b21d410Copy full SHA for b21d410
arch/arm64/mm/physaddr.c
@@ -10,7 +10,7 @@
10
phys_addr_t __virt_to_phys(unsigned long x)
11
{
12
WARN(!__is_lm_address(__tag_reset(x)),
13
- "virt_to_phys used for non-linear address: %pK (%pS)\n",
+ "virt_to_phys used for non-linear address: %p (%pS)\n",
14
(void *)x,
15
(void *)x);
16
0 commit comments