Skip to content

Commit

Permalink
scsi: aic79xx: Fix spelling of version
Browse files Browse the repository at this point in the history
s/verson/version/

Link: https://lore.kernel.org/r/20210209143146.3987352-1-unixbhaskar@gmail.com
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
  • Loading branch information
Bhaskar Chowdhury authored and Martin K. Petersen committed Feb 23, 2021
1 parent 14d24e2 commit 1f9f22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/aic7xxx/aic79xx.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1f9f22a

Please sign in to comment.