mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
Fix typos and misspellings
Fix various typos and misspellings. The bulk of these were found with codespell. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
parent
a7b66fa7ae
commit
085d813407
11 changed files with 15 additions and 15 deletions
|
@ -38,7 +38,7 @@ do { printf("pci_host_data: " fmt , ## __VA_ARGS__); } while (0)
|
|||
* bit 0 - 7: offset in configuration space of a given pci device
|
||||
*/
|
||||
|
||||
/* the helper functio to get a PCIDeice* for a given pci address */
|
||||
/* the helper function to get a PCIDevice* for a given pci address */
|
||||
static inline PCIDevice *pci_dev_find_by_addr(PCIBus *bus, uint32_t addr)
|
||||
{
|
||||
uint8_t bus_num = addr >> 16;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue