projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63f7b10
)
pcie: fix typo in comments
author
Cao jin
<caoj.fnst@cn.fujitsu.com>
Fri, 11 Nov 2016 03:02:48 +0000
(11:02 +0800)
committer
Michael Tokarev
<mjt@tls.msk.ru>
Tue, 24 Jan 2017 20:26:53 +0000
(23:26 +0300)
Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/pci/pcie.c
patch
|
blob
|
history
diff --git
a/hw/pci/pcie.c
b/hw/pci/pcie.c
index adeda0403674ee0a3c18e0b88f635c0758ad48c4..cbd4bb4f8cd4f6a54eff02f22aa83fc2e6f4447d 100644
(file)
--- a/
hw/pci/pcie.c
+++ b/
hw/pci/pcie.c
@@
-656,7
+656,7
@@
static void pcie_ext_cap_set_next(PCIDevice *dev, uint16_t pos, uint16_t next)
}
/*
- *
caller must supply valid (offset, size) * such that the range sh
ouldn't
+ *
Caller must supply valid (offset, size) such that the range w
ouldn't
* overlap with other capability or other registers.
* This function doesn't check it.
*/