]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
pktgen: fix error message with wrong function name
authorLeesoo Ahn <dev@ooseel.net>
Tue, 1 Sep 2020 13:04:47 +0000 (22:04 +0900)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Sep 2020 18:44:53 +0000 (11:44 -0700)
commit355db39110100b968c8291a1a7d897f92e17a8df
tree302cbae790a826bc2f9edce0202de9a781519416
parentc2f89219f559502c9292d79f695bab9dcec532d1
pktgen: fix error message with wrong function name

Error on calling kthread_create_on_node prints wrong function name,
kernel_thread.

Fixes: 94dcf29a11b3 ("kthread: use kthread_create_on_node()")
Signed-off-by: Leesoo Ahn <dev@ooseel.net>
Acked-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/pktgen.c