summaryrefslogtreecommitdiffstats
path: root/chipset_enable.c
diff options
context:
space:
mode:
Diffstat (limited to 'chipset_enable.c')
-rw-r--r--chipset_enable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chipset_enable.c b/chipset_enable.c
index 3eb8b28..21864af 100644
--- a/chipset_enable.c
+++ b/chipset_enable.c
@@ -846,7 +846,7 @@ static int get_flashbase_sc520(struct pci_dev *dev, const char *name)
}
/* 4. Clean up */
- munmap (mmcr, getpagesize());
+ munmap(mmcr, getpagesize());
return 0;
}
OpenPOWER on IntegriCloud