]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/message/fusion/mptspi.c
[SCSI] fusion: whitespace fixes
[mv-sheeva.git] / drivers / message / fusion / mptspi.c
index dfa8806b1e13d618875242352ab8ee32de0781b3..587d1274fd74f665dc3f477b04141096c147c530 100644 (file)
@@ -162,15 +162,15 @@ mptspi_probe(struct pci_dev *pdev, const struct pci_device_id *id)
        u8                      *mem;
        int                     error=0;
        int                     r;
-       
+
        if ((r = mpt_attach(pdev,id)) != 0)
                return r;
-       
+
        ioc = pci_get_drvdata(pdev);
        ioc->DoneCtx = mptspiDoneCtx;
        ioc->TaskCtx = mptspiTaskCtx;
        ioc->InternalCtx = mptspiInternalCtx;
-       
+
        /*  Added sanity check on readiness of the MPT adapter.
         */
        if (ioc->last_state != MPI_IOC_STATE_OPERATIONAL) {