aic7xxx: Fix two typos in source code comments
- s/reslection/reselection/ MFC after: 3 days
This commit is contained in:
@@ -9442,7 +9442,7 @@ ahd_recover_commands(struct ahd_softc *ahd)
|
|||||||
/*
|
/*
|
||||||
* The sequencer will never re-reference the
|
* The sequencer will never re-reference the
|
||||||
* in-core SCB. To make sure we are notified
|
* in-core SCB. To make sure we are notified
|
||||||
* during reslection, set the MK_MESSAGE flag in
|
* during reselection, set the MK_MESSAGE flag in
|
||||||
* the card's copy of the SCB.
|
* the card's copy of the SCB.
|
||||||
*/
|
*/
|
||||||
ahd_outb(ahd, SCB_CONTROL,
|
ahd_outb(ahd, SCB_CONTROL,
|
||||||
|
|||||||
@@ -7182,7 +7182,7 @@ ahc_recover_commands(struct ahc_softc *ahc)
|
|||||||
* In the non-paging case, the sequencer will
|
* In the non-paging case, the sequencer will
|
||||||
* never re-reference the in-core SCB.
|
* never re-reference the in-core SCB.
|
||||||
* To make sure we are notified during
|
* To make sure we are notified during
|
||||||
* reslection, set the MK_MESSAGE flag in
|
* reselection, set the MK_MESSAGE flag in
|
||||||
* the card's copy of the SCB.
|
* the card's copy of the SCB.
|
||||||
*/
|
*/
|
||||||
if ((ahc->flags & AHC_PAGESCBS) == 0) {
|
if ((ahc->flags & AHC_PAGESCBS) == 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user