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

Commit 9c017abc authored by Jesper Juhl's avatar Jesper Juhl Committed by Jiri Kosina
Browse files

btrfs: assignment in write_dev_flush() doesn't need two semi-colons



One is enough.

Signed-off-by: default avatarJesper Juhl <jj@chaosbits.net>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 04bd27ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2732,7 +2732,7 @@ static int write_dev_flush(struct btrfs_device *device, int wait)
	 * one reference for us, and we leave it for the
	 * one reference for us, and we leave it for the
	 * caller
	 * caller
	 */
	 */
	device->flush_bio = NULL;;
	device->flush_bio = NULL;
	bio = bio_alloc(GFP_NOFS, 0);
	bio = bio_alloc(GFP_NOFS, 0);
	if (!bio)
	if (!bio)
		return -ENOMEM;
		return -ENOMEM;