Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2ce7be1b authored by Peter Meerwald's avatar Peter Meerwald Committed by Artem Bityutskiy
Browse files

UBI: fix spelling of detach in debug output

parent 54de1f1c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;