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

Commit 52a15759 authored by Anand Jain's avatar Anand Jain Committed by Chris Mason
Browse files

btrfs: fix typo in the log message

parent 931aa877
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -366,7 +366,7 @@ int btrfs_dev_replace_start(struct btrfs_root *root,
	dev_replace->tgtdev = tgt_device;

	printk_in_rcu(KERN_INFO
		      "btrfs: dev_replace from %s (devid %llu) to %s) started\n",
		      "btrfs: dev_replace from %s (devid %llu) to %s started\n",
		      src_device->missing ? "<missing disk>" :
		        rcu_str_deref(src_device->name),
		      src_device->devid,