pcmcia: CodingStyle fixes
authorDominik Brodowski <linux@dominikbrodowski.net>
Mon, 7 Dec 2009 21:11:45 +0000 (22:11 +0100)
committerDominik Brodowski <linux@dominikbrodowski.net>
Mon, 7 Dec 2009 21:23:40 +0000 (22:23 +0100)
commit9fea84f46a821aa1ff2d034ffda8ad33bff48015
treefba7293e771309970d3f20fc9d3ce73f49f90a33
parente15c1c1f3f903f679c9782b540f9d52c80c99610
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 <linux@dominikbrodowski.net>
14 files changed:
drivers/pcmcia/Kconfig
drivers/pcmcia/cardbus.c
drivers/pcmcia/cistpl.c
drivers/pcmcia/cs.c
drivers/pcmcia/ds.c
drivers/pcmcia/pcmcia_ioctl.c
drivers/pcmcia/pcmcia_resource.c
drivers/pcmcia/rsrc_mgr.c
drivers/pcmcia/rsrc_nonstatic.c
drivers/pcmcia/socket_sysfs.c
drivers/pcmcia/yenta_socket.c
include/pcmcia/ds.h
include/pcmcia/mem_op.h
include/pcmcia/ss.h