]> git.hungrycats.org Git - linux/commitdiff
btrfs: fix typo in the log message
authorAnand Jain <Anand.Jain@oracle.com>
Wed, 13 Aug 2014 06:24:25 +0000 (14:24 +0800)
committerZygo Blaxell <zblaxell@serenity.furryterror.org>
Wed, 3 Dec 2014 15:16:33 +0000 (10:16 -0500)
there is no matching open parenthesis for the closing parenthesis

Signed-off-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: Chris Mason <clm@fb.com>
(cherry picked from commit de4c296f63b43794df453a3fffbb4163ccd1c6af)

fs/btrfs/dev-replace.c

index 58d7b66e93ed004faf5d4c021cc28cf2d86b3583..df57f108b25f07b8873d34648b0497ba78fc5fea 100644 (file)
@@ -542,7 +542,7 @@ static int btrfs_dev_replace_finishing(struct btrfs_fs_info *fs_info,
        }
 
        printk_in_rcu(KERN_INFO
-                     "BTRFS: dev_replace from %s (devid %llu) to %s) finished\n",
+                     "BTRFS: dev_replace from %s (devid %llu) to %s finished\n",
                      src_device->missing ? "<missing disk>" :
                        rcu_str_deref(src_device->name),
                      src_device->devid,