Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/57012 )

Change subject: dev: Fix minor style problem in dev/pci/host.hh
......................................................................

dev: Fix minor style problem in dev/pci/host.hh

Change-Id: Id00431a972cfbae083813b8eb4ba6687fdb1eea9
---
M src/dev/pci/host.hh
1 file changed, 18 insertions(+), 3 deletions(-)



diff --git a/src/dev/pci/host.hh b/src/dev/pci/host.hh
index de36338..04302f5 100644
--- a/src/dev/pci/host.hh
+++ b/src/dev/pci/host.hh
@@ -286,15 +286,21 @@
     AddrRangeList getAddrRanges() const override;

   protected: // PciHost
- Addr pioAddr(const PciBusAddr &bus_addr, Addr pci_addr) const override {
+    Addr
+    pioAddr(const PciBusAddr &bus_addr, Addr pci_addr) const override
+    {
         return pciPioBase + pci_addr;
     }

- Addr memAddr(const PciBusAddr &bus_addr, Addr pci_addr) const override {
+    Addr
+    memAddr(const PciBusAddr &bus_addr, Addr pci_addr) const override
+    {
         return pciMemBase + pci_addr;
     }

- Addr dmaAddr(const PciBusAddr &bus_addr, Addr pci_addr) const override {
+    Addr
+    dmaAddr(const PciBusAddr &bus_addr, Addr pci_addr) const override
+    {
         return pciDmaBase + pci_addr;
     }


--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/57012
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: Id00431a972cfbae083813b8eb4ba6687fdb1eea9
Gerrit-Change-Number: 57012
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to