diff options
author | Bhaskar Chowdhury <[email protected]> | 2021-02-09 20:01:46 +0530 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2021-02-22 22:23:47 -0500 |
commit | 1f9f22acbb5dc4a787852f4ef04eb99edf42bce0 (patch) | |
tree | f865e3f80c8cf57c67d2e039a333a9823ef70197 | |
parent | 14d24e2cc77411301e906a8cf41884739de192de (diff) |
scsi: aic79xx: Fix spelling of version
s/verson/version/
Link: https://lore.kernel.org/r/[email protected]
Acked-by: Randy Dunlap <[email protected]>
Signed-off-by: Bhaskar Chowdhury <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
-rw-r--r-- | drivers/scsi/aic7xxx/aic79xx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/aic7xxx/aic79xx.h b/drivers/scsi/aic7xxx/aic79xx.h index 77e1d6bb59a3..59e9321815c8 100644 --- a/drivers/scsi/aic7xxx/aic79xx.h +++ b/drivers/scsi/aic7xxx/aic79xx.h @@ -1175,7 +1175,7 @@ struct ahd_softc { uint8_t tqinfifonext; /* - * Cached verson of the hs_mailbox so we can avoid + * Cached version of the hs_mailbox so we can avoid * pausing the sequencer during mailbox updates. */ uint8_t hs_mailbox; |