From: Jan Kiszka <jan.kis...@siemens.com>

Use tab instead of spaces.

Reported-by: Ralf Ramsauer <ralf.ramsa...@oth-regensburg.de>
Signed-off-by: Jan Kiszka <jan.kis...@siemens.com>
---
 inmates/lib/arm-common/pci.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inmates/lib/arm-common/pci.c b/inmates/lib/arm-common/pci.c
index 99210c21..f47d7a76 100644
--- a/inmates/lib/arm-common/pci.c
+++ b/inmates/lib/arm-common/pci.c
@@ -50,7 +50,7 @@ static void *pci_get_device_mmcfg_base(u16 bdf)
 {
        void *mmcfg = (void *)(unsigned long)comm_region->pci_mmconfig_base;
 
-        return mmcfg + ((unsigned long)bdf << 12);
+       return mmcfg + ((unsigned long)bdf << 12);
 }
 
 u32 pci_read_config(u16 bdf, unsigned int addr, unsigned int size)
-- 
2.16.4


-- 
Siemens AG, Corporate Technology, CT RDA IOT SES-DE
Corporate Competence Center Embedded Linux

-- 
You received this message because you are subscribed to the Google Groups 
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jailhouse-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jailhouse-dev/5917b391-654f-a3fb-b18b-4683f138c64f%40siemens.com.

Reply via email to