These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / staging / nvec / nvec.c
index 1bdc8d0..802c959 100644 (file)
@@ -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;