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

Commit 1d04f3c6 authored by Philippe De Muyter's avatar Philippe De Muyter Committed by Linus Torvalds
Browse files

partitions/msdos.c: end-of-line whitespace and semicolon cleanup



Signed-off-by: default avatarPhilippe De Muyter <phdm@macqel.be>
Cc: Karel Zak <kzak@redhat.com>
Cc: Jens Axboe <axboe@kernel.dk>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 026dadad
Loading
Loading
Loading
Loading
+6 −6
Original line number Original line Diff line number Diff line
@@ -90,7 +90,7 @@ static int aix_magic_present(struct parsed_partitions *state, unsigned char *p)
		if (d[0] == '_' && d[1] == 'L' && d[2] == 'V' && d[3] == 'M')
		if (d[0] == '_' && d[1] == 'L' && d[2] == 'V' && d[3] == 'M')
			ret = 1;
			ret = 1;
		put_dev_sector(sect);
		put_dev_sector(sect);
	};
	}
	return ret;
	return ret;
}
}