Browse Source

UBI: fix spelling of detach in debug output

Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@linux.intel.com>
Peter Meerwald 13 years ago
parent
commit
2ce7be1b77
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/mtd/ubi/cdev.c

+ 1 - 1
drivers/mtd/ubi/cdev.c

@@ -1026,7 +1026,7 @@ static long ctrl_cdev_ioctl(struct file *file, unsigned int cmd,
 	{
 		int ubi_num;
 
-		dbg_gen("dettach MTD device");
+		dbg_gen("detach MTD device");
 		err = get_user(ubi_num, (__user int32_t *)argp);
 		if (err) {
 			err = -EFAULT;