mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 05:56:38 +07:00
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>
This commit is contained in:
parent
0905bc94d5
commit
f94e00847c
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user