fix typos found by zbao in other files.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5934 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
470e1821c3
commit
0a58a7b3ed
|
@ -56,7 +56,7 @@ static int set_bits(u32 port, u32 mask, u32 val)
|
||||||
reg32 &= mask;
|
reg32 &= mask;
|
||||||
} while ((reg32 != val) && --count);
|
} while ((reg32 != val) && --count);
|
||||||
|
|
||||||
/* Timeout occured */
|
/* Timeout occurred */
|
||||||
if (!count)
|
if (!count)
|
||||||
return -1;
|
return -1;
|
||||||
return 0;
|
return 0;
|
||||||
|
@ -112,7 +112,7 @@ static u32 find_verb(struct device *dev, u32 viddid, const u32 ** verb)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Wait 50usec for for the codec to indicate it is ready
|
* Wait 50usec for the codec to indicate it is ready
|
||||||
* no response would imply that the codec is non-operative
|
* no response would imply that the codec is non-operative
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -134,7 +134,7 @@ static int wait_for_ready(u32 base)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Wait 50usec for for the codec to indicate that it accepted
|
* Wait 50usec for the codec to indicate that it accepted
|
||||||
* the previous command. No response would imply that the code
|
* the previous command. No response would imply that the code
|
||||||
* is non-operative
|
* is non-operative
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -54,7 +54,7 @@ static int set_bits(u32 port, u32 mask, u32 val)
|
||||||
reg32 &= mask;
|
reg32 &= mask;
|
||||||
} while ((reg32 != val) && --count);
|
} while ((reg32 != val) && --count);
|
||||||
|
|
||||||
/* Timeout occured */
|
/* Timeout occureed */
|
||||||
if (!count)
|
if (!count)
|
||||||
return -1;
|
return -1;
|
||||||
return 0;
|
return 0;
|
||||||
|
@ -110,7 +110,7 @@ static u32 find_verb(struct device *dev, u32 viddid, u32 ** verb)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Wait 50usec for for the codec to indicate it is ready
|
* Wait 50usec for the codec to indicate it is ready
|
||||||
* no response would imply that the codec is non-operative
|
* no response would imply that the codec is non-operative
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -132,7 +132,7 @@ static int wait_for_ready(u32 base)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Wait 50usec for for the codec to indicate that it accepted
|
* Wait 50usec for the codec to indicate that it accepted
|
||||||
* the previous command. No response would imply that the code
|
* the previous command. No response would imply that the code
|
||||||
* is non-operative
|
* is non-operative
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue