mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-31 17:50:26 -05:00
UBI: Remove in vain semicolon
...found while browsing. Signed-off-by: Richard Weinberger <richard@nod.at>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user