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:
Родитель
54de1f1c44
Коммит
2ce7be1b77
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче