aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorPaolo Ciarrocchi <paolo.ciarrocchi@gmail.com>2008-04-26 11:36:40 -0400
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2008-04-26 11:36:40 -0400
commitf94e00847c9eda89c30b96c78d4b08e3fb0cf902 (patch)
tree4b8e359ffd1d202f3b92301c9998b8eb9c4a9022 /drivers
parent0905bc94d5ad8a928eed26e0896857fb54dcb366 (diff)
IDE: Coding Style fixes to drivers/ide/legacy/ide-4drives.c
File is now error and warning free. Compile tested. [bart: md5sum checked] Signed-off-by: Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/ide/legacy/ide-4drives.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/legacy/ide-4drives.c b/drivers/ide/legacy/ide-4drives.c
index d7bc94f94a39..c352f12348af 100644
--- a/drivers/ide/legacy/ide-4drives.c
+++ b/drivers/ide/legacy/ide-4drives.c
@@ -4,7 +4,7 @@
4#include <linux/module.h> 4#include <linux/module.h>
5#include <linux/ide.h> 5#include <linux/ide.h>
6 6
7int probe_4drives = 0; 7int probe_4drives;
8 8
9module_param_named(probe, probe_4drives, bool, 0); 9module_param_named(probe, probe_4drives, bool, 0);
10MODULE_PARM_DESC(probe, "probe for generic IDE chipset with 4 drives/port"); 10MODULE_PARM_DESC(probe, "probe for generic IDE chipset with 4 drives/port");