diff options
Diffstat (limited to 'arch/arc/kernel/troubleshoot.c')
-rw-r--r-- | arch/arc/kernel/troubleshoot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/kernel/troubleshoot.c b/arch/arc/kernel/troubleshoot.c index 96be1e6e76d8..0aec01985bf9 100644 --- a/arch/arc/kernel/troubleshoot.c +++ b/arch/arc/kernel/troubleshoot.c | |||
@@ -71,7 +71,7 @@ void print_task_path_n_nm(struct task_struct *tsk, char *buf) | |||
71 | } | 71 | } |
72 | 72 | ||
73 | done: | 73 | done: |
74 | pr_info("%s, TGID %u\n", path_nm, tsk->tgid); | 74 | pr_info("Path: %s\n", path_nm); |
75 | } | 75 | } |
76 | EXPORT_SYMBOL(print_task_path_n_nm); | 76 | EXPORT_SYMBOL(print_task_path_n_nm); |
77 | 77 | ||