diff options
Diffstat (limited to 'net/core/pktgen.c')
-rw-r--r-- | net/core/pktgen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/pktgen.c b/net/core/pktgen.c index 9d6e6f18838b..7ac703171ff3 100644 --- a/net/core/pktgen.c +++ b/net/core/pktgen.c | |||
@@ -3514,7 +3514,7 @@ static int pktgen_thread_worker(void *arg) | |||
3514 | 3514 | ||
3515 | init_waitqueue_head(&t->queue); | 3515 | init_waitqueue_head(&t->queue); |
3516 | 3516 | ||
3517 | pr_debug("pktgen: starting pktgen/%d: pid=%d\n", cpu, current->pid); | 3517 | pr_debug("pktgen: starting pktgen/%d: pid=%d\n", cpu, task_pid_nr(current)); |
3518 | 3518 | ||
3519 | set_current_state(TASK_INTERRUPTIBLE); | 3519 | set_current_state(TASK_INTERRUPTIBLE); |
3520 | 3520 | ||