btrfs: assignment in write_dev_flush() doesn't need two semi-colons
authorJesper Juhl <jj@chaosbits.net>
Sun, 26 Feb 2012 23:04:56 +0000 (00:04 +0100)
committerJiri Kosina <jkosina@suse.cz>
Fri, 6 Apr 2012 00:07:14 +0000 (17:07 -0700)
One is enough.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
fs/btrfs/disk-io.c

index 811d9f918b1c2923c1b35a5ae966808b0e3c2fe6..d24a841a8722f3bcc0187a220e7bfc657346792e 100644 (file)
@@ -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
         * caller
         */
-       device->flush_bio = NULL;;
+       device->flush_bio = NULL;
        bio = bio_alloc(GFP_NOFS, 0);
        if (!bio)
                return -ENOMEM;