Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging:nvec: fix typo in comment

Fix spelling error in comment in function tegra_nvec_remove.

Signed-off-by: Shailendra Verma <shailendra.capricorn@gmail.com>
Acked-by: Marc Dietrich <marvin24@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Shailendra Verma and committed by
Greg Kroah-Hartman
fd90ae2c 73b42763

+1 -1
+1 -1
drivers/staging/nvec/nvec.c
··· 916 916 nvec_unregister_notifier(nvec, &nvec->nvec_status_notifier); 917 917 cancel_work_sync(&nvec->rx_work); 918 918 cancel_work_sync(&nvec->tx_work); 919 - /* FIXME: needs check wether nvec is responsible for power off */ 919 + /* FIXME: needs check whether nvec is responsible for power off */ 920 920 pm_power_off = NULL; 921 921 922 922 return 0;