diff options
-rw-r--r-- | drivers/staging/unisys/virthba/virthba.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/unisys/virthba/virthba.c b/drivers/staging/unisys/virthba/virthba.c index 8cd090b9ecce..e6ecea560495 100644 --- a/drivers/staging/unisys/virthba/virthba.c +++ b/drivers/staging/unisys/virthba/virthba.c | |||
@@ -479,7 +479,7 @@ virthba_probe(struct virtpci_dev *virtpcidev, const struct pci_device_id *id) | |||
479 | * instance - this virthba that has just been created is an | 479 | * instance - this virthba that has just been created is an |
480 | * instance of a scsi host adapter. This scsi_host_alloc | 480 | * instance of a scsi host adapter. This scsi_host_alloc |
481 | * function allocates a new Scsi_Host struct & performs basic | 481 | * function allocates a new Scsi_Host struct & performs basic |
482 | * initializatoin. The host is not published to the scsi | 482 | * initialization. The host is not published to the scsi |
483 | * midlayer until scsi_add_host is called. | 483 | * midlayer until scsi_add_host is called. |
484 | */ | 484 | */ |
485 | DBGINF("calling scsi_host_alloc.\n"); | 485 | DBGINF("calling scsi_host_alloc.\n"); |