From: Andrea Gelmini Date: Sun, 23 May 2010 19:52:11 +0000 (+0200) Subject: MIPS: PCI: RM9000 checkpatch cleanup X-Git-Tag: v2.6.36-rc1~563^2~130 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=11ed4add992062de988773287c32e43f294968ac;p=~shefty%2Frdma-dev.git MIPS: PCI: RM9000 checkpatch cleanup arch/mips/pci/ops-titan-ht.c:36: ERROR: "foo * bar" should be "foo *bar" arch/mips/pci/ops-titan-ht.c:68: ERROR: "foo * bar" should be "foo *bar" Signed-off-by: Andrea Gelmini Cc: Tejun Heo Cc: Christoph Lameter Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/1277/ Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/pci/ops-titan-ht.c b/arch/mips/pci/ops-titan-ht.c index 749c1922d42..57d54adc9e2 100644 --- a/arch/mips/pci/ops-titan-ht.c +++ b/arch/mips/pci/ops-titan-ht.c @@ -32,7 +32,7 @@ #include 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;