X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Documentation%2Fprintk-formats.txt;h=1d8c52fb0f2ba3bca28ba495d88ddd2c99393a50;hb=a56befbf382760d4a5f3b6fd0fbd7dae2889a4a8;hp=aa0a776c817a7ceabb217c3eecc31ecdb32f59c7;hpb=d025fbf1a2cd1d60f39579d331a9accf84c5ec5b;p=mirror_ubuntu-bionic-kernel.git diff --git a/Documentation/printk-formats.txt b/Documentation/printk-formats.txt index aa0a776c817a..1d8c52fb0f2b 100644 --- a/Documentation/printk-formats.txt +++ b/Documentation/printk-formats.txt @@ -422,11 +422,10 @@ struct clk %pC pll1 %pCn pll1 - %pCr 1560000000 For printing struct clk structures. ``%pC`` and ``%pCn`` print the name (Common Clock Framework) or address (legacy clock framework) of the -structure; ``%pCr`` prints the current clock rate. +structure. Passed by reference. @@ -476,6 +475,12 @@ For printing netdev_features_t. Passed by reference. +Kernel messages: + + %pj 123456 + + For generating the jhash of a string truncated to six digits + If you add other ``%p`` extensions, please extend lib/test_printf.c with one or more test cases, if at all feasible.