projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abb86dc
)
MIPS: PCI: RM9000 checkpatch cleanup
author
Andrea Gelmini
<
[email protected]
>
Sun, 23 May 2010 19:52:11 +0000
(21:52 +0200)
committer
Ralf Baechle
<
[email protected]
>
Thu, 5 Aug 2010 12:25:44 +0000
(13:25 +0100)
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]
>
arch/mips/pci/ops-titan-ht.c
patch
|
blob
|
history
diff --git
a/arch/mips/pci/ops-titan-ht.c
b/arch/mips/pci/ops-titan-ht.c
index 749c1922d4205f0da1ea468fc89edef76c49e462..57d54adc9e20784fa3f7d1695caba3f5e8dabbb6 100644
(file)
--- a/
arch/mips/pci/ops-titan-ht.c
+++ b/
arch/mips/pci/ops-titan-ht.c
@@
-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;