commit | 6e83ee075ed74941ccaad4fec503f6b24646e7e0 | [log] [tgz] |
---|---|---|
author | Dominik Brodowski <linux@dominikbrodowski.net> | Tue Mar 02 08:57:33 2010 +0100 |
committer | Dominik Brodowski <linux@dominikbrodowski.net> | Wed Mar 03 08:32:15 2010 +0100 |
tree | 388dad55e7996e686f022607c12e426051b368ed | |
parent | f25e188c892a9a82f8c3babf6fda304fff8cb3cc [diff] |
pcmcia: CodingStyle fixes 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>