提交 11ed4add 编写于 作者: A Andrea Gelmini 提交者: Ralf Baechle

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: NAndrea Gelmini <andrea.gelmini@gelma.net>
Cc: Tejun Heo <tj@kernel.org>
Cc: Christoph Lameter <cl@linux-foundation.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/1277/Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 abb86dc5
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#include <asm/titan_dep.h> #include <asm/titan_dep.h>
static int titan_ht_config_read_dword(struct pci_bus *bus, unsigned int devfn, 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; volatile uint32_t address;
int busno; int busno;
...@@ -64,7 +64,7 @@ static int titan_ht_config_read_dword(struct pci_bus *bus, unsigned int devfn, ...@@ -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, 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; uint32_t dword;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册