RAID: remove trailing space from printk line
authorNick Andrew <[email protected]>
Mon, 21 Apr 2008 22:42:58 +0000 (22:42 +0000)
committerJesper Juhl <[email protected]>
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 <[email protected]>
Signed-off-by: Jesper Juhl <[email protected]>
drivers/md/md.c

index 61ccbd2683fa215aeddb0363bd6ddcb621bc85ac..5ebfb4d7990170f3fc40344817d8b11c018eac1c 100644 (file)
@@ -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;
 }