MIPS: PCI: RM9000 checkpatch cleanup
[sfrench/cifs-2.6.git] / arch / mips / pci / ops-titan-ht.c
index 749c1922d4205f0da1ea468fc89edef76c49e462..57d54adc9e20784fa3f7d1695caba3f5e8dabbb6 100644 (file)
@@ -32,7 +32,7 @@
 #include <asm/titan_dep.h>
 
 static int titan_ht_config_read_dword(struct pci_bus *bus, unsigned int devfn,
-       int offset, u32 * val)
+       int offset, u32 *val)
 {
        volatile uint32_t address;
        int busno;
@@ -64,7 +64,7 @@ static int titan_ht_config_read_dword(struct pci_bus *bus, unsigned int devfn,
 }
 
 static int titan_ht_config_read(struct pci_bus *bus, unsigned int devfn,
-       int offset, int size, u32 * val)
+       int offset, int size, u32 *val)
 {
        uint32_t dword;