X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=kernel%2Fdrivers%2Fstaging%2Fnvec%2Fnvec.c;fp=kernel%2Fdrivers%2Fstaging%2Fnvec%2Fnvec.c;h=802c9597d42104d2f64c490280581d83bb315cae;hb=e09b41010ba33a20a87472ee821fa407a5b8da36;hp=1bdc8d001e65da929f6e797cf494b282f7f2f66b;hpb=f93b97fd65072de626c074dbe099a1fff05ce060;p=kvmfornfv.git diff --git a/kernel/drivers/staging/nvec/nvec.c b/kernel/drivers/staging/nvec/nvec.c index 1bdc8d001..802c9597d 100644 --- a/kernel/drivers/staging/nvec/nvec.c +++ b/kernel/drivers/staging/nvec/nvec.c @@ -710,7 +710,6 @@ static irqreturn_t nvec_interrupt(int irq, void *dev) status & RCVD ? " RCVD" : "", status & RNW ? " RNW" : ""); - /* * TODO: A correct fix needs to be found for this. * @@ -916,7 +915,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;