Fix typos (trivial).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2676 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
cbd53554df
commit
9a2193e6f1
|
@ -121,8 +121,8 @@ static unsigned int scan_root_bus(device_t root, unsigned int max)
|
||||||
printk_debug("scan_root_bus ok\n");
|
printk_debug("scan_root_bus ok\n");
|
||||||
|
|
||||||
/* The following is a little silly. We need a hook into the boot
|
/* The following is a little silly. We need a hook into the boot
|
||||||
* process *after* the ADT7643 device has been initialized. So we
|
* process *after* the ADT7463 device has been initialized. So we
|
||||||
* create this dummy device, and we put the ADT7643 S2881 specific
|
* create this dummy device, and we put the ADT7463 S2881 specific
|
||||||
* settings in its init function, which gets called
|
* settings in its init function, which gets called
|
||||||
* as the last device to be initialized.
|
* as the last device to be initialized.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue