Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123527
b: refs/heads/master
c: 047140a
h: refs/heads/master
i:
  123525: 738cede
  123523: 6bec1ad
  123519: 419b45c
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Dec 29, 2008
1 parent 36c6759 commit a9cfbce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b002415012f518e6940fabb77e35f0fb21b3640d
refs/heads/master: 047140ae2ecf954c0c44ea27cb1ae89138671bc1
8 changes: 4 additions & 4 deletions trunk/drivers/ide/ide-probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ static void ide_disk_init_mult_count(ide_drive_t *drive)
* read and parse the results. This function is run with
* 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;
Expand Down Expand Up @@ -554,8 +554,8 @@ static void enable_nest (ide_drive_t *drive)
* 1 device was found
* (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;

Expand Down

0 comments on commit a9cfbce

Please sign in to comment.