Skip to content

Commit a7870c0

Browse files
geertuJiri Kosina
authored and
Jiri Kosina
committed
scsi: aic7xxx: fix comment
Signed-off-by: Geert Uytterhoeven <[email protected]> Cc: Hannes Reinecke <[email protected]> Cc: [email protected] Signed-off-by: Jiri Kosina <[email protected]>
1 parent f2c2273 commit a7870c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/scsi/aic7xxx/aic79xx_core.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1298,7 +1298,7 @@ ahd_flush_qoutfifo(struct ahd_softc *ahd)
12981298

12991299
/*
13001300
* Wait for any inprogress DMA to complete and clear DMA state
1301-
* if this if for an SCB in the qinfifo.
1301+
* if this is for an SCB in the qinfifo.
13021302
*/
13031303
while (((ccscbctl = ahd_inb(ahd, CCSCBCTL)) & (CCARREN|CCSCBEN)) != 0) {
13041304

0 commit comments

Comments
 (0)