patch-2.3.51 linux/drivers/block/ide-proc.c
Next file: linux/drivers/block/ide.c
Previous file: linux/drivers/block/ide-probe.c
Back to the patch index
Back to the overall index
- Lines: 32
- Date:
Thu Mar 9 17:39:10 2000
- Orig file:
v2.3.50/linux/drivers/block/ide-proc.c
- Orig date:
Tue Mar 7 14:32:25 2000
diff -u --recursive --new-file v2.3.50/linux/drivers/block/ide-proc.c linux/drivers/block/ide-proc.c
@@ -51,7 +51,7 @@
* be updated someday soon to use this mechanism.
*
* Feel free to develop and distribute fancy GUI configuration
- * utilities for you favorite PCI chipsets. I'll be working on
+ * utilities for your favorite PCI chipsets. I'll be working on
* one for the Promise 20246 someday soon. -ml
*
*/
@@ -798,7 +798,7 @@
create_proc_ide_interfaces();
- create_proc_read_entry("drivers",0,proc_ide_root,
+ create_proc_read_entry("drivers", 0, proc_ide_root,
proc_ide_read_drivers, NULL);
#ifdef CONFIG_BLK_DEV_AEC6210
@@ -823,11 +823,11 @@
#endif /* CONFIG_BLK_DEV_CS5530 */
#ifdef CONFIG_BLK_DEV_HPT34X
if ((hpt34x_display_info) && (hpt34x_proc))
- create_proc_info_entry("", 0, proc_ide_root, hpt34x_display_info);
+ create_proc_info_entry("hpt34x", 0, proc_ide_root, hpt34x_display_info);
#endif /* CONFIG_BLK_DEV_HPT34X */
#ifdef CONFIG_BLK_DEV_HPT366
if ((hpt366_display_info) && (hpt366_proc))
- create_proc_info_entry("", 0, proc_ide_root, hpt366_display_info);
+ create_proc_info_entry("hpt366", 0, proc_ide_root, hpt366_display_info);
#endif /* CONFIG_BLK_DEV_HPT366 */
#ifdef CONFIG_BLK_DEV_PDC202XX
if ((pdc202xx_display_info) && (pdc202xx_proc))
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)