projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2efedc
)
btrfs: fix typo in the log message
author
Anand Jain
<Anand.Jain@oracle.com>
Wed, 13 Aug 2014 06:24:25 +0000
(14:24 +0800)
committer
Chris Mason
<clm@fb.com>
Wed, 17 Sep 2014 20:38:11 +0000
(13:38 -0700)
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>
fs/btrfs/dev-replace.c
patch
|
blob
|
history
diff --git
a/fs/btrfs/dev-replace.c
b/fs/btrfs/dev-replace.c
index
fb0a7fa
..
64657b3
100644
(file)
--- a/
fs/btrfs/dev-replace.c
+++ b/
fs/btrfs/dev-replace.c
@@
-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,