qed: fix spelling mistake: "taskelt" -> "tasklet"
Trivial fix to spelling mistake in DP_VERBOSE message text Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Родитель
6910e25de2
Коммит
2fdae0349f
|
@ -680,7 +680,7 @@ static int qed_nic_stop(struct qed_dev *cdev)
|
||||||
tasklet_disable(p_hwfn->sp_dpc);
|
tasklet_disable(p_hwfn->sp_dpc);
|
||||||
p_hwfn->b_sp_dpc_enabled = false;
|
p_hwfn->b_sp_dpc_enabled = false;
|
||||||
DP_VERBOSE(cdev, NETIF_MSG_IFDOWN,
|
DP_VERBOSE(cdev, NETIF_MSG_IFDOWN,
|
||||||
"Disabled sp taskelt [hwfn %d] at %p\n",
|
"Disabled sp tasklet [hwfn %d] at %p\n",
|
||||||
i, p_hwfn->sp_dpc);
|
i, p_hwfn->sp_dpc);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче