From: Rasmus Villemoes Date: Sat, 16 Jan 2016 00:59:15 +0000 (-0800) Subject: printk-formats.txt: remove unimplemented %pT X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=64c734be70c0091fa069baf5f2e58db54368f1b3;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git 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 Reviewed-by: Andy Shevchenko Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/Documentation/printk-formats.txt b/Documentation/printk-formats.txt index 6389551bbad6..5d1128bf0282 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.