summaryrefslogtreecommitdiffstats
path: root/Documentation/printk-formats.txt
diff options
context:
space:
mode:
authorRasmus Villemoes <linux@rasmusvillemoes.dk>2016-01-15 16:59:15 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2016-01-16 11:17:30 -0800
commit64c734be70c0091fa069baf5f2e58db54368f1b3 (patch)
treef99dd9ae929bd947438fdf3b4ae41ac1d1ede20b /Documentation/printk-formats.txt
parentfe22cd9b7c980b8b948ec85f034a8668c57ec867 (diff)
downloadop-kernel-dev-64c734be70c0091fa069baf5f2e58db54368f1b3.zip
op-kernel-dev-64c734be70c0091fa069baf5f2e58db54368f1b3.tar.gz
printk-formats.txt: remove unimplemented %pT
%pT for task->comm has been proposed (several times, I think), but is not actually implemented. Remove it from printk-formats.txt and add it back if/when it gets implemented. Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/printk-formats.txt')
-rw-r--r--Documentation/printk-formats.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/Documentation/printk-formats.txt b/Documentation/printk-formats.txt
index 6389551..5d1128b 100644
--- a/Documentation/printk-formats.txt
+++ b/Documentation/printk-formats.txt
@@ -306,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.
OpenPOWER on IntegriCloud