X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=Documentation%2Fprintk-formats.txt;h=5d1128bf02824aaf2e16ef332e7cef014cccf7b6;hb=7ab85d4a85160ea2ffc96b1255443cbc83be180f;hp=b784c270105f40e8320cd388cb9a8ef1e2d463f4;hpb=f28a1b0df7adcc981e5ce5a5daf3d638dd019c0e;p=cascardo%2Flinux.git diff --git a/Documentation/printk-formats.txt b/Documentation/printk-formats.txt index b784c270105f..5d1128bf0282 100644 --- a/Documentation/printk-formats.txt +++ b/Documentation/printk-formats.txt @@ -250,6 +250,12 @@ dentry names: Passed by reference. +block_device names: + + %pg sda, sda1 or loop0p1 + + For printing name of block_device pointers. + struct va_format: %pV @@ -300,15 +306,6 @@ Network device features: Passed by reference. -Command from struct task_struct - - %pT ls - - For printing executable name excluding path from struct - task_struct. - - Passed by reference. - If you add other %p extensions, please extend lib/test_printf.c with one or more test cases, if at all feasible.