X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fmd%2Fmultipath.c;h=e968116e0de9699d2bef0f114ae79f638506bf1c;hb=1434b65731963207a4cc84bd87e6191e34321986;hp=4f4d1f383842c9ca41cb3e89e914cdace48e60c1;hpb=713c0515a555952d53956196d47dec3a3ece860a;p=linux-2.6 diff --git a/drivers/md/multipath.c b/drivers/md/multipath.c index 4f4d1f3838..e968116e0d 100644 --- a/drivers/md/multipath.c +++ b/drivers/md/multipath.c @@ -327,7 +327,8 @@ static int multipath_remove_disk(mddev_t *mddev, int number) if (rdev) { if (test_bit(In_sync, &rdev->flags) || atomic_read(&rdev->nr_pending)) { - printk(KERN_ERR "hot-remove-disk, slot %d is identified" " but is still operational!\n", number); + printk(KERN_ERR "hot-remove-disk, slot %d is identified" + " but is still operational!\n", number); err = -EBUSY; goto abort; }