pci: hotplug: Fix typo in pci
Correct spelling typo in drivers/pci/hotplug. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
07db04098d
commit
367fa9821a
4 changed files with 4 additions and 4 deletions
|
@ -109,7 +109,7 @@ int ibmphp_configure_card (struct pci_func *func, u8 slotno)
|
|||
|
||||
cur_func->function = function;
|
||||
|
||||
debug ("inside the loop, cur_func->busno = %x, cur_func->device = %x, cur_func->funcion = %x\n",
|
||||
debug ("inside the loop, cur_func->busno = %x, cur_func->device = %x, cur_func->function = %x\n",
|
||||
cur_func->busno, cur_func->device, cur_func->function);
|
||||
|
||||
pci_bus_read_config_word (ibmphp_pci_bus, devfn, PCI_VENDOR_ID, &vendor_id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue