commit | 553d8e8b107159088cc4e2855a2bd9a358365e3f | [log] [tgz] |
---|---|---|
author | Tobin C. Harding <me@tobin.cc> | Thu Nov 23 10:55:24 2017 +1100 |
committer | Tobin C. Harding <me@tobin.cc> | Wed Nov 29 12:02:58 2017 +1100 |
tree | 0df437427f9239e2a69234a133999b76be7f4c03 | |
parent | 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323 [diff] |
docs: correct documentation for %pK Current documentation indicates that %pK prints a leading '0x'. This is not the case. Correct documentation for printk specifier %pK. Signed-off-by: Tobin C. Harding <me@tobin.cc>