diff options
author | Dominik Brodowski <linux@dominikbrodowski.net> | 2009-12-07 16:11:45 -0500 |
---|---|---|
committer | Dominik Brodowski <linux@dominikbrodowski.net> | 2009-12-07 16:23:40 -0500 |
commit | 9fea84f46a821aa1ff2d034ffda8ad33bff48015 (patch) | |
tree | fba7293e771309970d3f20fc9d3ce73f49f90a33 /drivers/pcmcia/Kconfig | |
parent | e15c1c1f3f903f679c9782b540f9d52c80c99610 (diff) |
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>
Diffstat (limited to 'drivers/pcmcia/Kconfig')
-rw-r--r-- | drivers/pcmcia/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/pcmcia/Kconfig b/drivers/pcmcia/Kconfig index f3ccbccf5f21..6dc22770d8bc 100644 --- a/drivers/pcmcia/Kconfig +++ b/drivers/pcmcia/Kconfig | |||
@@ -64,7 +64,7 @@ config PCMCIA_IOCTL | |||
64 | If unsure, say Y. | 64 | If unsure, say Y. |
65 | 65 | ||
66 | config CARDBUS | 66 | config CARDBUS |
67 | bool "32-bit CardBus support" | 67 | bool "32-bit CardBus support" |
68 | depends on PCI | 68 | depends on PCI |
69 | default y | 69 | default y |
70 | ---help--- | 70 | ---help--- |
@@ -87,8 +87,8 @@ config YENTA | |||
87 | select PCCARD_NONSTATIC | 87 | select PCCARD_NONSTATIC |
88 | ---help--- | 88 | ---help--- |
89 | This option enables support for CardBus host bridges. Virtually | 89 | This option enables support for CardBus host bridges. Virtually |
90 | all modern PCMCIA bridges are CardBus compatible. A "bridge" is | 90 | all modern PCMCIA bridges are CardBus compatible. A "bridge" is |
91 | the hardware inside your computer that PCMCIA cards are plugged | 91 | the hardware inside your computer that PCMCIA cards are plugged |
92 | into. | 92 | into. |
93 | 93 | ||
94 | To compile this driver as modules, choose M here: the | 94 | To compile this driver as modules, choose M here: the |