Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 64c734be authored by Rasmus Villemoes's avatar Rasmus Villemoes Committed by Linus Torvalds
Browse files

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: default avatarRasmus Villemoes <linux@rasmusvillemoes.dk>
Reviewed-by: default avatarAndy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent fe22cd9b
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -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.