linux/arch/mips/pci
Sergei Shtylyov a9633279cf [MIPS] Alchemy PCI code style cleanup
Fix 15 errors and 4 warnings given by checkpatch.pl:

- space between the asterisk and variable name;

- space after opening and before closing parentheses;

- leading spaces instead of tabs;

- printk() without KERN_* facility level;

- unnecessary braces for single-statement block;

- line over 80 characters.

In addition to these changes, also do the following:

- combine the nested 'if' statements into one when possible;

- remove needless parentheses;

- add missing and remove excess spaces between operator and its operands;

- fix printk() format specifiers mismatching the argument types;

- put the function's result type and name/parameters on the same line;

- insert missing and remove excess new lines;

- properly indent multi-line expressions;

- make the multi-line comment style consistent with the kernel style elsewhere
  by adding empty first line;

- fix typos, capitalize acronyms, etc. in the comments;

- update MontaVista copyright;

- remove Pete Popov's old email address...

Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2008-05-12 16:46:52 +01:00
..
Makefile
fixup-atlas.c
fixup-au1000.c [MIPS] Alchemy PCI code style cleanup 2008-05-12 16:46:52 +01:00
fixup-capcella.c
fixup-cobalt.c
fixup-emma2rh.c
fixup-excite.c
fixup-ip32.c
fixup-jmr3927.c
fixup-lm2e.c
fixup-malta.c
fixup-mpc30x.c
fixup-pmcmsp.c
fixup-pnx8550.c
fixup-rbtx4927.c
fixup-sb1250.c
fixup-sni.c
fixup-tb0219.c
fixup-tb0226.c
fixup-tb0287.c
fixup-tx4938.c
fixup-vr4133.c
fixup-wrppmc.c
fixup-yosemite.c
ops-au1000.c [MIPS] Alchemy PCI code style cleanup 2008-05-12 16:46:52 +01:00
ops-bonito64.c
ops-bridge.c
ops-emma2rh.c
ops-gt64xxx_pci0.c
ops-mace.c
ops-msc.c
ops-nile4.c
ops-pmcmsp.c
ops-pnx8550.c [MIPS] replace remaining __FUNCTION__ occurrences 2008-04-28 17:14:27 +01:00
ops-sni.c
ops-titan-ht.c
ops-titan.c
ops-tx3927.c
ops-tx4927.c
ops-tx4938.c
ops-vr41xx.c
pci-bcm1480.c [MIPS] BCM1480: Fix PCI/HT IO access 2008-04-01 15:46:33 +01:00
pci-bcm1480ht.c [MIPS] BCM1480: Fix PCI/HT IO access 2008-04-01 15:46:33 +01:00
pci-emma2rh.c
pci-excite.c
pci-ip27.c [MIPS] Fix loads of section missmatches 2008-03-12 14:14:41 +00:00
pci-ip32.c
pci-jmr3927.c
pci-lasat.c
pci-sb1250.c
pci-vr41xx.c
pci-vr41xx.h
pci-yosemite.c
pci.c [MIPS] Fix loads of section missmatches 2008-03-12 14:14:41 +00:00