OSDN Git Service

crypto: talitos - HMAC SNOOP NO AFEU mode requires SW icv checking.
[android-x86/kernel.git] / Documentation / printk-formats.txt
index 5962949..d2fbeeb 100644 (file)
@@ -279,11 +279,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.