Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fd90ae2c authored by Shailendra Verma's avatar Shailendra Verma Committed by Greg Kroah-Hartman
Browse files

staging:nvec: fix typo in comment



Fix spelling error in comment in function tegra_nvec_remove.

Signed-off-by: default avatarShailendra Verma <shailendra.capricorn@gmail.com>
Acked-by: default avatarMarc Dietrich <marvin24@gmx.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 73b42763
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -916,7 +916,7 @@ static int tegra_nvec_remove(struct platform_device *pdev)
	nvec_unregister_notifier(nvec, &nvec->nvec_status_notifier);
	cancel_work_sync(&nvec->rx_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;

	return 0;