diff options
author | Julia Lawall <Julia.Lawall@lip6.fr> | 2016-05-17 17:38:40 +0300 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2016-07-13 06:16:31 +0300 |
commit | 075892d7a2acab7d21a286a2b6db0e6702331bd2 (patch) | |
tree | ca84b65fcd535b6b9aa1d7ac8a30d0eec9338e43 /drivers/scsi/snic | |
parent | ec658ea0c548f4c5cb5a6efad692bae571382f05 (diff) | |
download | linux-075892d7a2acab7d21a286a2b6db0e6702331bd2.tar.xz |
snic: fix typo
firmare -> firmware
Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/snic')
-rw-r--r-- | drivers/scsi/snic/snic_fwint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/snic/snic_fwint.h b/drivers/scsi/snic/snic_fwint.h index c5f9e1917a8e..2a045a57e365 100644 --- a/drivers/scsi/snic/snic_fwint.h +++ b/drivers/scsi/snic/snic_fwint.h @@ -92,7 +92,7 @@ enum snic_io_status { }; /* end of enum snic_io_status */ /* - * snic_io_hdr : host <--> firmare + * snic_io_hdr : host <--> firmware * * for any other message that will be queued to firmware should * have the following request header |