diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2014-11-27 12:05:45 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2015-01-20 13:49:43 +0100 |
commit | a7870c0f26afa5c2c5054528975b9ca56b399309 (patch) | |
tree | 791d389d8dbe21a2c91b22713c714ad636d404b7 /drivers/scsi/aic7xxx/aic79xx_core.c | |
parent | f2c22731cab367cae4f50aa16eca792023c3e8da (diff) | |
download | linux-a7870c0f26afa5c2c5054528975b9ca56b399309.tar.bz2 |
scsi: aic7xxx: fix comment
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Hannes Reinecke <hare@suse.de>
Cc: linux-scsi@vger.kernel.org
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/scsi/aic7xxx/aic79xx_core.c')
-rw-r--r-- | drivers/scsi/aic7xxx/aic79xx_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/aic7xxx/aic79xx_core.c b/drivers/scsi/aic7xxx/aic79xx_core.c index 0bcacf71aef8..97f2accd3dbb 100644 --- a/drivers/scsi/aic7xxx/aic79xx_core.c +++ b/drivers/scsi/aic7xxx/aic79xx_core.c @@ -1298,7 +1298,7 @@ rescan_fifos: /* * Wait for any inprogress DMA to complete and clear DMA state - * if this if for an SCB in the qinfifo. + * if this is for an SCB in the qinfifo. */ while (((ccscbctl = ahd_inb(ahd, CCSCBCTL)) & (CCARREN|CCSCBEN)) != 0) { |