X-Git-Url: https://git.stricted.de/?a=blobdiff_plain;f=Documentation%2Fprintk-formats.txt;h=d1aecf53badb6aac0dc99b424149fc0793131bf1;hb=18918ed70db940b22aad40068a8e20749e5fee74;hp=361789df51ecf58d5083436792588d2f12faa7f2;hpb=ac0a36461f5316ad98e8d7dd7d1cdaf000256a9b;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git diff --git a/Documentation/printk-formats.txt b/Documentation/printk-formats.txt index 361789df51ec..d1aecf53badb 100644 --- a/Documentation/printk-formats.txt +++ b/Documentation/printk-formats.txt @@ -397,11 +397,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.