BOUNCE mtd at imladris.demon.co.uk: Admin request of type /^\s*get\s+\S+\s*$/i at (fwd)

David Woodhouse dwmw2 at infradead.org
Tue Jan 18 11:16:49 EST 2000


/me kicks majordomo

I think this got bounced because it had 'get' at the beginning of a line.

------- Forwarded Message

From: Pavel Roskin <pavel_roskin at geocities.com>
To: mtd at infradead.org
Subject: Yet another minor patch
Content-Type: TEXT/PLAIN; charset=US-ASCII

Hello!

I'm going to start more serious hacking, results of which will probably
remain closed-source :-(

I want to send you minor spelling/formatting changes, so that they don't
 get lost.

Regards,
Pavel Roskin

=== cut here ===
diff -ur mtd/mapped.c mtd1/mapped.c
- --- mtd/mapped.c	Mon Jan 17 12:59:09 2000
+++ mtd1/mapped.c	Tue Jan 18 10:34:06 2000
@@ -88,7 +88,7 @@
 									/*}}}*/
 // SetJedec - Set the jedec information for a chip			/*{{{*/
 // ---------------------------------------------------------------------
- -/* We track the configuration of each chip seperately in the chip list, 
+/* We track the configuration of each chip separately in the chip list, 
    each chip can have a different type and configuration to allow for 
    maximum flexability. */
 void set_jedec(struct mapped_mtd_info *map,unsigned chip,unsigned char mfr,
@@ -373,7 +373,7 @@
 	 if (page_jump(map,chip->base + chip->start + off,1,&base,0) != 0)
 	    return -EIO;
 	 
- -	 // Check to make sure we didnt timeout
+	 // Check to make sure we didn't timeout
 	 writeb(0x30,base);
 	 if ((readb(base) & (1 << 3)) != 0)
 	 {
diff -ur mtd/mtdblock.c mtd1/mtdblock.c
- --- mtd/mtdblock.c	Mon Jan 17 12:59:09 2000
+++ mtd1/mtdblock.c	Tue Jan 18 11:02:45 2000
@@ -7,9 +7,9 @@
 
    TODO:
      - Add a ioctl method to the mtd structure and move all flash related
- -       stuff into a new seperated structure so as not to pollute the 
+       stuff into a new separated structure so as not to pollute the 
        main mtd info.
- -     - Flexable partitioning
+     - Flexible partitioning
    
    ##################################################################### */
 									/*}}}*/
@@ -73,7 +73,7 @@
 	int dev;
 	struct mtd_info *mtd;
 
- -   	printk("mtdblock_open\n");
+   	printk("mtdblock_release\n");
 
 	if (inode == NULL)
 		return -ENODEV;
@@ -93,7 +93,7 @@
 
 	if (mtd->module)
 		__MOD_DEC_USE_COUNT(mtd->module);
- -printk("ok\n");
+	printk("ok\n");
 	MOD_DEC_USE_COUNT;
 	return 0;
 }  
@@ -182,7 +182,7 @@
 	    res = 0;
 	 break;
 	 
- -	 // Shouldnt happen
+	 // Shouldn't happen
 	 default:
 	 printk("mtd: unknown request\n");
 	 break;
=== cut here ===





------- End of Forwarded Message



--
dwmw2




To unsubscribe, send "unsubscribe mtd" to majordomo at infradead.org



More information about the linux-mtd mailing list