PCI hotplug: fix typo in pcie hotplug output

Comamnd->Command

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>

authored by

Jesse Barnes and committed by
Jesse Barnes
56adc59d f934fb19

+1 -1
+1 -1
drivers/pci/hotplug/pciehp_hpc.c
··· 1103 dbg(" Power Indicator : %3s\n", PWR_LED(ctrl) ? "yes" : "no"); 1104 dbg(" Hot-Plug Surprise : %3s\n", HP_SUPR_RM(ctrl) ? "yes" : "no"); 1105 dbg(" EMI Present : %3s\n", EMI(ctrl) ? "yes" : "no"); 1106 - dbg(" Comamnd Completed : %3s\n", NO_CMD_CMPL(ctrl)? "no" : "yes"); 1107 pciehp_readw(ctrl, SLOTSTATUS, &reg16); 1108 dbg("Slot Status : 0x%04x\n", reg16); 1109 pciehp_readw(ctrl, SLOTCTRL, &reg16);
··· 1103 dbg(" Power Indicator : %3s\n", PWR_LED(ctrl) ? "yes" : "no"); 1104 dbg(" Hot-Plug Surprise : %3s\n", HP_SUPR_RM(ctrl) ? "yes" : "no"); 1105 dbg(" EMI Present : %3s\n", EMI(ctrl) ? "yes" : "no"); 1106 + dbg(" Command Completed : %3s\n", NO_CMD_CMPL(ctrl)? "no" : "yes"); 1107 pciehp_readw(ctrl, SLOTSTATUS, &reg16); 1108 dbg("Slot Status : 0x%04x\n", reg16); 1109 pciehp_readw(ctrl, SLOTCTRL, &reg16);