Browse Source

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>
Paolo Ciarrocchi 17 years ago
parent
commit
f94e00847c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/ide/legacy/ide-4drives.c

+ 1 - 1
drivers/ide/legacy/ide-4drives.c

@@ -4,7 +4,7 @@
 #include <linux/module.h>
 #include <linux/module.h>
 #include <linux/ide.h>
 #include <linux/ide.h>
 
 
-int probe_4drives = 0;
+int probe_4drives;
 
 
 module_param_named(probe, probe_4drives, bool, 0);
 module_param_named(probe, probe_4drives, bool, 0);
 MODULE_PARM_DESC(probe, "probe for generic IDE chipset with 4 drives/port");
 MODULE_PARM_DESC(probe, "probe for generic IDE chipset with 4 drives/port");