Skip to content

Commit

Permalink
IDE: Coding Style fixes to drivers/ide/legacy/ide-4drives.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
mignolo authored and bzolnier committed Apr 26, 2008
1 parent 0905bc9 commit f94e008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ide/legacy/ide-4drives.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <linux/module.h>
#include <linux/ide.h>

int probe_4drives = 0;
int probe_4drives;

module_param_named(probe, probe_4drives, bool, 0);
MODULE_PARM_DESC(probe, "probe for generic IDE chipset with 4 drives/port");
Expand Down

0 comments on commit f94e008

Please sign in to comment.