Skip to content

Commit

Permalink
MIPS: PCI: RM9000 checkpatch cleanup
Browse files Browse the repository at this point in the history
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 <[email protected]>
Cc: Tejun Heo <[email protected]>
Cc: Christoph Lameter <[email protected]>
Cc: [email protected]
Patchwork: https://patchwork.linux-mips.org/patch/1277/
Signed-off-by: Ralf Baechle <[email protected]>
  • Loading branch information
Gelma authored and ralfbaechle committed Aug 5, 2010
1 parent abb86dc commit 11ed4ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/mips/pci/ops-titan-ht.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;

Expand Down

0 comments on commit 11ed4ad

Please sign in to comment.