Commit 4b3ceffb authored by James Mayer's avatar James Mayer Committed by Linus Torvalds

[PATCH] drivers_scsi_aic7xxx_aic7xxx_core.c, typo: the the

parent 511cc63c
......@@ -4274,7 +4274,7 @@ ahc_init(struct ahc_softc *ahc)
/*
* DMA tag for our command fifos and other data in system memory
* the card's sequencer must be able to access. For initiator
* roles, we need to allocate space for the the qinfifo and qoutfifo.
* roles, we need to allocate space for the qinfifo and qoutfifo.
* The qinfifo and qoutfifo are composed of 256 1 byte elements.
* When providing for the target mode role, we must additionally
* provide space for the incoming target command fifo and an extra
......@@ -6791,7 +6791,7 @@ ahc_update_scsiid(struct ahc_softc *ahc, u_int targid_mask)
panic("ahc_update_scsiid called on non-multitid unit\n");
/*
* Since we will rely on the the TARGID mask
* Since we will rely on the TARGID mask
* for selection enables, ensure that OID
* in SCSIID is not set to some other ID
* that we don't want to allow selections on.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment