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

Commit f2863c54 authored by Artem Bityutskiy's avatar Artem Bityutskiy
Browse files

UBI: fix checkpatch.pl warnings



Just minor indentation and "over 80 characters" fixes.

Signed-off-by: default avatarArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
parent 7b6c32da
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -721,7 +721,8 @@ static int rename_volumes(struct ubi_device *ubi,
		 * It seems we need to remove volume with name @re->new_name,
		 * if it exists.
		 */
		desc = ubi_open_volume_nm(ubi->ubi_num, re->new_name, UBI_EXCLUSIVE);
		desc = ubi_open_volume_nm(ubi->ubi_num, re->new_name,
					  UBI_EXCLUSIVE);
		if (IS_ERR(desc)) {
			err = PTR_ERR(desc);
			if (err == -ENODEV)
+5 −5

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.