Skip to content

Commit

Permalink
btrfs: assignment in write_dev_flush() doesn't need two semi-colons
Browse files Browse the repository at this point in the history
One is enough.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Jesper Juhl authored and Jiri Kosina committed Apr 6, 2012
1 parent 04bd27a commit 9c017ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/btrfs/disk-io.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9c017ab

Please sign in to comment.