diff options
author | Petr Mladek <pmladek@suse.com> | 2021-10-27 15:48:40 +0300 |
---|---|---|
committer | Petr Mladek <pmladek@suse.com> | 2021-11-01 17:55:06 +0300 |
commit | 6a7ca80f4033c9cf3003625b2ef8b497f4ec44da (patch) | |
tree | b73b6e0a0610de90a3d0b1be4db1c22096b01fb1 /Documentation/core-api | |
parent | 23efd0804c0a869dfb1e78470f80a27251317b7e (diff) | |
download | linux-6a7ca80f4033c9cf3003625b2ef8b497f4ec44da.tar.xz |
vsprintf: Update %pGp documentation about that it prints hex value
The commit 23efd0804c0a869dfb1e7 ("vsprintf: Make %pGp print
the hex value") changed the behavior of %pGp printk format.
Update the documentation accordingly.
Fixes: 23efd0804c0a869dfb1e7 ("vsprintf: Make %pGp print the hex value")
Reviewed-by: Yafang Shao <laoar.shao@gmail.com>
Signed-off-by: Petr Mladek <pmladek@suse.com>
Link: https://lore.kernel.org/r/YXlKqCPY9suM4mfT@alley
Diffstat (limited to 'Documentation/core-api')
-rw-r--r-- | Documentation/core-api/printk-formats.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/core-api/printk-formats.rst b/Documentation/core-api/printk-formats.rst index e08bbe9b0cbf..5e89497ba314 100644 --- a/Documentation/core-api/printk-formats.rst +++ b/Documentation/core-api/printk-formats.rst @@ -580,7 +580,7 @@ Flags bitfields such as page flags, gfp_flags :: - %pGp referenced|uptodate|lru|active|private|node=0|zone=2|lastcpupid=0x1fffff + %pGp 0x17ffffc0002036(referenced|uptodate|lru|active|private|node=0|zone=2|lastcpupid=0x1fffff) %pGg GFP_USER|GFP_DMA32|GFP_NOWARN %pGv read|exec|mayread|maywrite|mayexec|denywrite |