diff options
author | Geert Uytterhoeven <geert+renesas@linux-m68k.org> | 2014-03-11 11:23:49 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-05-05 15:37:50 +0200 |
commit | 3cab65c46649361e17616333b23dbd2bbbed37b1 (patch) | |
tree | f219e7fbf98a52a43440953137e86ff1c1adff6f /drivers/scsi/aic7xxx | |
parent | aad9061bf37e05d29a2a94ae8fe1e12d8808a0dd (diff) | |
download | talos-obmc-linux-3cab65c46649361e17616333b23dbd2bbbed37b1.tar.gz talos-obmc-linux-3cab65c46649361e17616333b23dbd2bbbed37b1.zip |
aic7xxx: Spelling s/termnation/termination/
Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
Cc: James E.J. Bottomley <JBottomley@parallels.com>
Cc: linux-scsi@vger.kernel.org
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/scsi/aic7xxx')
-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 9b059422aacb..113874c1284b 100644 --- a/drivers/scsi/aic7xxx/aic79xx.h +++ b/drivers/scsi/aic7xxx/aic79xx.h @@ -911,7 +911,7 @@ struct vpd_config { uint8_t length; uint8_t revision; uint8_t device_flags; - uint8_t termnation_menus[2]; + uint8_t termination_menus[2]; uint8_t fifo_threshold; uint8_t end_tag; uint8_t vpd_checksum; |