projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a5703f
)
RAID: remove trailing space from printk line
author
Nick Andrew
<nick@nick-andrew.net>
Mon, 21 Apr 2008 22:42:58 +0000
(22:42 +0000)
committer
Jesper Juhl
<juhl@hera.kernel.org>
Mon, 21 Apr 2008 22:42:58 +0000
(22:42 +0000)
drivers/md/*.[ch] contains only one more printk line with a trailing space.
Remove it.
Signed-off-by: Nick Andrew <nick@nick-andrew.net>
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
drivers/md/md.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/md/md.c
b/drivers/md/md.c
index 61ccbd2683fa215aeddb0363bd6ddcb621bc85ac..5ebfb4d7990170f3fc40344817d8b11c018eac1c 100644
(file)
--- a/
drivers/md/md.c
+++ b/
drivers/md/md.c
@@
-4152,7
+4152,7
@@
static int hot_remove_disk(mddev_t * mddev, dev_t dev)
return 0;
busy:
- printk(KERN_WARNING "md: cannot remove active disk %s from %s ...
\n",
+ printk(KERN_WARNING "md: cannot remove active disk %s from %s ...\n",
bdevname(rdev->bdev,b), mdname(mddev));
return -EBUSY;
}