Skip to content

Commit 6a7ca80

Browse files
committed
vsprintf: Update %pGp documentation about that it prints hex value
The commit 23efd08 ("vsprintf: Make %pGp print the hex value") changed the behavior of %pGp printk format. Update the documentation accordingly. Fixes: 23efd08 ("vsprintf: Make %pGp print the hex value") Reviewed-by: Yafang Shao <[email protected]> Signed-off-by: Petr Mladek <[email protected]> Link: https://lore.kernel.org/r/YXlKqCPY9suM4mfT@alley
1 parent 23efd08 commit 6a7ca80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/core-api/printk-formats.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ Flags bitfields such as page flags, gfp_flags
580580

581581
::
582582

583-
%pGp referenced|uptodate|lru|active|private|node=0|zone=2|lastcpupid=0x1fffff
583+
%pGp 0x17ffffc0002036(referenced|uptodate|lru|active|private|node=0|zone=2|lastcpupid=0x1fffff)
584584
%pGg GFP_USER|GFP_DMA32|GFP_NOWARN
585585
%pGv read|exec|mayread|maywrite|mayexec|denywrite
586586

0 commit comments

Comments
 (0)