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>
This commit is contained in:
Peter Meerwald 2012-07-02 23:38:17 +02:00 committed by Artem Bityutskiy
parent 54de1f1c44
commit 2ce7be1b77
1 changed files with 1 additions and 1 deletions

View File

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