mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
hw/pci: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
2431f4f184
commit
f1c0cff8a2
13 changed files with 17 additions and 17 deletions
|
@ -42,7 +42,7 @@ static void latch_registers(CXLDownstreamPort *dsp)
|
|||
CXL2_DOWNSTREAM_PORT);
|
||||
}
|
||||
|
||||
/* TODO: Look at sharing this code acorss all CXL port types */
|
||||
/* TODO: Look at sharing this code across all CXL port types */
|
||||
static void cxl_dsp_dvsec_write_config(PCIDevice *dev, uint32_t addr,
|
||||
uint32_t val, int len)
|
||||
{
|
||||
|
|
|
@ -263,7 +263,7 @@ static int pxb_map_irq_fn(PCIDevice *pci_dev, int pin)
|
|||
|
||||
/*
|
||||
* First carry out normal swizzle to handle
|
||||
* multple root ports on a pxb instance.
|
||||
* multiple root ports on a pxb instance.
|
||||
*/
|
||||
pin = pci_swizzle_map_irq_fn(pci_dev, pin);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue