From: Dominik Brodowski Date: Mon, 7 Dec 2009 21:11:45 +0000 (+0100) Subject: pcmcia: CodingStyle fixes X-Git-Tag: v2.6.33-rc1~278^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fea84f46a821aa1ff2d034ffda8ad33bff48015;p=pandora-kernel.git pcmcia: CodingStyle fixes Fix several CodingStyle issues in drivers/pcmcia/ . checkpatch.pl no longer reports errors in the PCMCIA core. The remaining warnings mostly relate to wrong indent -- PCMCIA historically used 4 spaces --, to lines over 80 characters and to hundreds of typedefs. The cleanup of those will follow in the future. Signed-off-by: Dominik Brodowski --- Reading git-diff-tree failed