Fix common misspellings
Fixes generated by 'codespell' and manually reviewed. Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
This commit is contained in:
@@ -1228,7 +1228,7 @@ TCM_5: /* isolation complete.. */
|
||||
printk(" \n%x %x %x %s\n ",assignid_map,mbuf[0],mbuf[1],&mbuf[2]); */
|
||||
i = 15;
|
||||
j = mbuf[0];
|
||||
if ((j & 0x20) != 0) { /* bit5=1:ID upto 7 */
|
||||
if ((j & 0x20) != 0) { /* bit5=1:ID up to 7 */
|
||||
i = 7;
|
||||
}
|
||||
if ((j & 0x06) == 0) { /* IDvalid? */
|
||||
|
Reference in New Issue
Block a user