You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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:
@@ -142,7 +142,7 @@ config PARPORT_AX88796
|
||||
the AX88796 network controller chip. This code is also available
|
||||
as a module (say M), called parport_ax88796.
|
||||
|
||||
The driver is not dependant on the AX88796 network driver, and
|
||||
The driver is not dependent on the AX88796 network driver, and
|
||||
should not interfere with the networking functions of the chip.
|
||||
|
||||
config PARPORT_1284
|
||||
|
||||
@@ -355,7 +355,7 @@ int parport_negotiate (struct parport *port, int mode)
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* Go to compability forward idle mode */
|
||||
/* Go to compatibility forward idle mode */
|
||||
if (port->ieee1284.mode != IEEE1284_MODE_COMPAT)
|
||||
parport_ieee1284_terminate (port);
|
||||
|
||||
|
||||
@@ -1488,7 +1488,7 @@ static void __devinit winbond_check(int io, int key)
|
||||
|
||||
outb(key, io);
|
||||
outb(key, io); /* Write Magic Sequence to EFER, extended
|
||||
funtion enable register */
|
||||
function enable register */
|
||||
outb(0x20, io); /* Write EFIR, extended function index register */
|
||||
devid = inb(io + 1); /* Read EFDR, extended function data register */
|
||||
outb(0x21, io);
|
||||
@@ -1527,7 +1527,7 @@ static void __devinit winbond_check2(int io, int key)
|
||||
x_oldid = inb(io + 2);
|
||||
|
||||
outb(key, io); /* Write Magic Byte to EFER, extended
|
||||
funtion enable register */
|
||||
function enable register */
|
||||
outb(0x20, io + 2); /* Write EFIR, extended function index register */
|
||||
devid = inb(io + 2); /* Read EFDR, extended function data register */
|
||||
outb(0x21, io + 1);
|
||||
@@ -1569,7 +1569,7 @@ static void __devinit smsc_check(int io, int key)
|
||||
|
||||
outb(key, io);
|
||||
outb(key, io); /* Write Magic Sequence to EFER, extended
|
||||
funtion enable register */
|
||||
function enable register */
|
||||
outb(0x0d, io); /* Write EFIR, extended function index register */
|
||||
oldid = inb(io + 1); /* Read EFDR, extended function data register */
|
||||
outb(0x0e, io);
|
||||
|
||||
Reference in New Issue
Block a user