Skip to content

Commit

Permalink
pcmcia: CodingStyle fixes
Browse files Browse the repository at this point in the history
Fix most of the remaining CodingStyle issues in drivers/pcmcia , which
related to wrong indent -- PCMCIA historically used 4 spaces. Also, remove
a custom min() implementation with the generic one.

Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
  • Loading branch information
Dominik Brodowski committed Mar 3, 2010
1 parent f25e188 commit 6e83ee0
Show file tree
Hide file tree
Showing 3 changed files with 942 additions and 971 deletions.
2 changes: 1 addition & 1 deletion drivers/pcmcia/cardbus.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ int __ref cb_alloc(struct pcmcia_socket *s)
unsigned int max, pass;

s->functions = pci_scan_slot(bus, PCI_DEVFN(0, 0));
pci_fixup_cardbus(bus);
pci_fixup_cardbus(bus);

max = bus->secondary;
for (pass = 0; pass < 2; pass++)
Expand Down
Loading

0 comments on commit 6e83ee0

Please sign in to comment.