From: Shailendra Verma Date: Wed, 27 May 2015 01:30:54 +0000 (+0530) Subject: staging:nvec: fix typo in comment X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=fd90ae2c1ff0863d0295da99aa651d20c4f5b836;p=deliverable%2Flinux.git staging:nvec: fix typo in comment Fix spelling error in comment in function tegra_nvec_remove. Signed-off-by: Shailendra Verma Acked-by: Marc Dietrich Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/nvec/nvec.c b/drivers/staging/nvec/nvec.c index 1bdc8d001e65..164634d61ac5 100644 --- a/drivers/staging/nvec/nvec.c +++ b/drivers/staging/nvec/nvec.c @@ -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;