Skip to content

Commit

Permalink
RAID: remove trailing space from printk line
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Nick Andrew authored and Jesper Juhl committed Apr 21, 2008
1 parent 8a5703f commit fdefa4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/md/md.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit fdefa4d

Please sign in to comment.