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

Commit 2db4dd29 authored by Richard Weinberger's avatar Richard Weinberger Committed by Nikhilesh Reddy
Browse files

UBI: Remove in vain semicolon



...found while browsing.

CRs-Fixed: 975289
Change-Id: I6e0a836415556730e32b6d5ab6be630179a17168
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
Git-commit: a396ce4bd21dd67bcec2aabc05f81fd2fa14f820
Git-repo: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git


Signed-off-by: default avatarNikhilesh Reddy <reddyn@codeaurora.org>
parent 7bce5f41
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) {