Typo in ide

From: Pavel Machek (pavel@ucw.cz)
Date: Wed Sep 25 2002 - 13:57:23 EST


Hi!

Tiny cleanups in IDE...
                                                        Pavel

--- clean/drivers/ide/ide-disk.c 2002-09-23 00:09:13.000000000 +0200
+++ linux-swsusp/drivers/ide/ide-disk.c 2002-09-25 20:30:26.000000000 +0200
@@ -68,7 +68,7 @@
 #include <asm/uaccess.h>
 #include <asm/io.h>
 
-/* FIXME: soem day we shouldnt need to look in here! */
+/* FIXME: some day we shouldnt need to look in here! */
 
 #include "legacy/pdc4030.h"
 
--- clean/drivers/ide/ide-proc.c 2002-09-22 23:46:57.000000000 +0200
+++ linux-swsusp/drivers/ide/ide-proc.c 2002-09-22 23:53:21.000000000 +0200
@@ -590,7 +590,7 @@
         (char *page, char **start, off_t off, int count, int *eof, void *data)
 {
         ide_drive_t *drive = (ide_drive_t *) data;
- ide_driver_t *driver = (ide_driver_t *) drive->driver;
+ ide_driver_t *driver = drive->driver;
         int len;
 
         if (!driver)
@@ -720,7 +720,6 @@
         struct proc_dir_entry *ent;
         struct proc_dir_entry *parent = hwif->proc;
         char name[64];
-// ide_driver_t *driver = drive->driver;
 
         if (drive->present && !drive->proc) {
                 drive->proc = proc_mkdir(drive->name, parent);
--- clean/drivers/ide/ide.c 2002-09-23 00:09:13.000000000 +0200
+++ linux-swsusp/drivers/ide/ide.c 2002-09-23 23:14:14.000000000 +0200
@@ -153,6 +153,7 @@
 #include <linux/cdrom.h>
 #include <linux/seq_file.h>
 #include <linux/device.h>
+#include <linux/kmod.h>
 
 #include <asm/byteorder.h>
 #include <asm/irq.h>
@@ -162,7 +163,6 @@
 
 #include "ide_modes.h"
 
-#include <linux/kmod.h>
 
 /* default maximum number of failures */
 #define IDE_DEFAULT_MAX_FAILURES 1

-- 
Worst form of spam? Adding advertisment signatures ala sourceforge.net.
What goes next? Inserting advertisment *into* email?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Sep 30 2002 - 22:00:23 EST