Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132050
b: refs/heads/master
c: 71bfc7a
h: refs/heads/master
v: v3
  • Loading branch information
Hannes Eder authored and Bartlomiej Zolnierkiewicz committed Mar 5, 2009
1 parent 636e88d commit af0e3e1
Show file tree
Hide file tree
Showing 5 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: e0c6dcd8d4257a129fc813ac68f20b77c6ae2a7a
refs/heads/master: 71bfc7a7c73eaf1f99e309dba60822ba050e3ec5
2 changes: 1 addition & 1 deletion trunk/drivers/ide/ide-disk_proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,5 @@ const struct ide_proc_devset ide_disk_settings[] = {
IDE_PROC_DEVSET(multcount, 0, 16),
IDE_PROC_DEVSET(nowerr, 0, 1),
IDE_PROC_DEVSET(wcache, 0, 1),
{ 0 },
{ NULL },
};
2 changes: 1 addition & 1 deletion trunk/drivers/ide/ide-floppy_proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ const struct ide_proc_devset ide_floppy_settings[] = {
IDE_PROC_DEVSET(bios_head, 0, 255),
IDE_PROC_DEVSET(bios_sect, 0, 63),
IDE_PROC_DEVSET(ticks, 0, 255),
{ 0 },
{ NULL },
};
2 changes: 1 addition & 1 deletion trunk/drivers/ide/ide-proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ static const struct ide_proc_devset ide_generic_settings[] = {
IDE_PROC_DEVSET(pio_mode, 0, 255),
IDE_PROC_DEVSET(unmaskirq, 0, 1),
IDE_PROC_DEVSET(using_dma, 0, 1),
{ 0 },
{ NULL },
};

static void proc_ide_settings_warn(void)
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/ide/ide-tape.c
Original file line number Diff line number Diff line change
Expand Up @@ -2166,7 +2166,7 @@ static const struct ide_proc_devset idetape_settings[] = {
__IDE_PROC_DEVSET(speed, 0, 0xffff, NULL, NULL),
__IDE_PROC_DEVSET(tdsc, IDETAPE_DSC_RW_MIN, IDETAPE_DSC_RW_MAX,
mulf_tdsc, divf_tdsc),
{ 0 },
{ NULL },
};
#endif

Expand Down

0 comments on commit af0e3e1

Please sign in to comment.