提交 fd90ae2c 编写于 作者: S Shailendra Verma 提交者: Greg Kroah-Hartman

staging:nvec: fix typo in comment

Fix spelling error in comment in function tegra_nvec_remove.
Signed-off-by: NShailendra Verma <shailendra.capricorn@gmail.com>
Acked-by: NMarc Dietrich <marvin24@gmx.de>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 73b42763
...@@ -916,7 +916,7 @@ static int tegra_nvec_remove(struct platform_device *pdev) ...@@ -916,7 +916,7 @@ static int tegra_nvec_remove(struct platform_device *pdev)
nvec_unregister_notifier(nvec, &nvec->nvec_status_notifier); nvec_unregister_notifier(nvec, &nvec->nvec_status_notifier);
cancel_work_sync(&nvec->rx_work); cancel_work_sync(&nvec->rx_work);
cancel_work_sync(&nvec->tx_work); cancel_work_sync(&nvec->tx_work);
/* FIXME: needs check wether nvec is responsible for power off */ /* FIXME: needs check whether nvec is responsible for power off */
pm_power_off = NULL; pm_power_off = NULL;
return 0; return 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册