Loading drivers/ide/ide-probe.c +4 −4 Original line number Diff line number Diff line Loading @@ -111,7 +111,7 @@ static void ide_disk_init_mult_count(ide_drive_t *drive) * interrupts disabled. */ static inline void do_identify (ide_drive_t *drive, u8 cmd) static void do_identify(ide_drive_t *drive, u8 cmd) { ide_hwif_t *hwif = HWIF(drive); u16 *id = drive->id; Loading Loading @@ -555,7 +555,7 @@ static void enable_nest (ide_drive_t *drive) * (note: IDE_DFLAG_PRESENT might still be not set) */ static inline u8 probe_for_drive (ide_drive_t *drive) static u8 probe_for_drive(ide_drive_t *drive) { char *m; Loading Loading
drivers/ide/ide-probe.c +4 −4 Original line number Diff line number Diff line Loading @@ -111,7 +111,7 @@ static void ide_disk_init_mult_count(ide_drive_t *drive) * interrupts disabled. */ static inline void do_identify (ide_drive_t *drive, u8 cmd) static void do_identify(ide_drive_t *drive, u8 cmd) { ide_hwif_t *hwif = HWIF(drive); u16 *id = drive->id; Loading Loading @@ -555,7 +555,7 @@ static void enable_nest (ide_drive_t *drive) * (note: IDE_DFLAG_PRESENT might still be not set) */ static inline u8 probe_for_drive (ide_drive_t *drive) static u8 probe_for_drive(ide_drive_t *drive) { char *m; Loading