Skip to content

Commit

Permalink
UBI: Remove in vain semicolon
Browse files Browse the repository at this point in the history
...found while browsing.

Signed-off-by: Richard Weinberger <richard@nod.at>
  • Loading branch information
Richard Weinberger committed Nov 6, 2015
1 parent 2a130f1 commit a396ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mtd/ubi/cdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit a396ce4

Please sign in to comment.