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

Commit a396ce4b authored by Richard Weinberger's avatar Richard Weinberger
Browse files

UBI: Remove in vain semicolon



...found while browsing.

Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent 2a130f1a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -949,7 +949,7 @@ static long ubi_cdev_ioctl(struct file *file, unsigned int cmd,
		if (!req) {
			err = -ENOMEM;
			break;
		};
		}

		err = copy_from_user(req, argp, sizeof(struct ubi_rnvol_req));
		if (err) {