Browse Source

fixed typo in generic squashfs split patch ... shame on you :)

SVN-Revision: 9455
John Crispin 18 years ago
parent
commit
39679eba93
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/generic-2.6/patches-2.6.23/065-rootfs_split.patch

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

@@ -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;