diff options
author | Bastien Nocera <hadess@hadess.net> | 2015-02-05 08:35:54 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-02-07 04:18:38 -0500 |
commit | 659688a51a0e7427be2b2e38baeaa7f30ba16bcb (patch) | |
tree | e09a047cb78d346f6aa91afb06eabcd64bf3a4a3 | |
parent | 4abfc1f5fb846bbc8b151aa35eae2c2fea686e89 (diff) |
staging: unisys: Fix typo in comment
Signed-off-by: Bastien Nocera <hadess@hadess.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-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"); |