fixed typo in generic squashfs split patch ... shame on you :)
authorJohn Crispin <john@openwrt.org>
Sat, 27 Oct 2007 19:41:20 +0000 (19:41 +0000)
committerJohn Crispin <john@openwrt.org>
Sat, 27 Oct 2007 19:41:20 +0000 (19:41 +0000)
SVN-Revision: 9455

target/linux/generic-2.6/patches-2.6.23/065-rootfs_split.patch

index 25648f656dfadcc29b237525f4a641de159462bc..8680f19589443c2cce340f661a3af946a9399fe7 100644 (file)
@@ -232,7 +232,7 @@ Index: linux-2.6.23-rc6/drivers/mtd/mtdpart.c
 +      }
 +
 +      if (*((u32 *) buf) != SQUASHFS_MAGIC) {
-+              printk(KERN_ALERT "split_squasfs: no squashfs found in \"%s\"\n",
++              printk(KERN_ALERT "split_squashfs: no squashfs found in \"%s\"\n",
 +                      master->name);
 +              *split_offset = 0;
 +              return 0;