Various Doxygen comment fixes, typo fixes, etc.
[coreboot.git] / src / devices / pci_rom.c
index f13d9b67683cf8d911564a139cbfa0864f08df63..50351b43dcea0f335eb6f94013c3f31e28b7bbcb 100644 (file)
@@ -29,7 +29,7 @@
 #include <string.h>
 #include <cbfs.h>
 
-struct rom_header * pci_rom_probe(struct device *dev)
+struct rom_header *pci_rom_probe(struct device *dev)
 {
        struct rom_header *rom_header;
        struct pci_data *rom_data;