From: Geert Uytterhoeven Date: Thu, 27 Nov 2014 11:05:45 +0000 (+0100) Subject: scsi: aic7xxx: fix comment X-Git-Tag: v4.14-rc1~5226^2~35 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a7870c0f26afa5c2c5054528975b9ca56b399309;p=platform%2Fkernel%2Flinux-rpi.git scsi: aic7xxx: fix comment Signed-off-by: Geert Uytterhoeven Cc: Hannes Reinecke Cc: linux-scsi@vger.kernel.org Signed-off-by: Jiri Kosina --- diff --git a/drivers/scsi/aic7xxx/aic79xx_core.c b/drivers/scsi/aic7xxx/aic79xx_core.c index 0bcacf7..97f2acc 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) {