diff options
author | Ralf Baechle | 2007-10-12 00:46:15 +0200 |
---|---|---|
committer | Ralf Baechle | 2007-10-12 00:46:15 +0200 |
commit | 21a151d8ca3aa74ee79f9791a9d4dc370d3e0636 (patch) | |
tree | 8556b3a32ded6a49225beb4a7aa4447cc87a0e00 /include/asm-mips/pci | |
parent | [MIPS] Fix "no space between function name and open parenthesis" warnings. (diff) | |
download | kernel-qcow2-linux-21a151d8ca3aa74ee79f9791a9d4dc370d3e0636.tar.gz kernel-qcow2-linux-21a151d8ca3aa74ee79f9791a9d4dc370d3e0636.tar.xz kernel-qcow2-linux-21a151d8ca3aa74ee79f9791a9d4dc370d3e0636.zip |
[MIPS] checkfiles: Fix "need space after that ','" errors.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/pci')
-rw-r--r-- | include/asm-mips/pci/bridge.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/pci/bridge.h b/include/asm-mips/pci/bridge.h index 0c45e7598f3f..b84feebf2cef 100644 --- a/include/asm-mips/pci/bridge.h +++ b/include/asm-mips/pci/bridge.h @@ -360,7 +360,7 @@ typedef struct bridge_err_cmdword_s { #define BRIDGE_TYPE0_CFG_FUNC_OFF 0x00000100 /* Type 0 Cfg Func Offset (1..7) */ #define BRIDGE_TYPE0_CFG_DEV(s) (BRIDGE_TYPE0_CFG_DEV0+\ (s)*BRIDGE_TYPE0_CFG_SLOT_OFF) -#define BRIDGE_TYPE0_CFG_DEVF(s,f) (BRIDGE_TYPE0_CFG_DEV0+\ +#define BRIDGE_TYPE0_CFG_DEVF(s, f) (BRIDGE_TYPE0_CFG_DEV0+\ (s)*BRIDGE_TYPE0_CFG_SLOT_OFF+\ (f)*BRIDGE_TYPE0_CFG_FUNC_OFF) |