X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fs390%2Fblock%2Fdasd_ioctl.c;h=f1892baa3b18f0697b4d0e286718ace2f344d096;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=8cbddce1f34494e71efa5d42e91f70f64e8edf69;hpb=9213980e6a70d8473e0ffd4b39ab5b6caaba9ff5;p=linux-2.6.git diff --git a/drivers/s390/block/dasd_ioctl.c b/drivers/s390/block/dasd_ioctl.c index 8cbddce1f..f1892baa3 100644 --- a/drivers/s390/block/dasd_ioctl.c +++ b/drivers/s390/block/dasd_ioctl.c @@ -257,8 +257,9 @@ dasd_format(struct dasd_device * device, struct format_data_t * fdata) fdata->stop_unit, fdata->blksize, fdata->intensity); /* Since dasdfmt keeps the device open after it was disabled, - * there still exists an inode for this device. We must update i_blkbits, - * otherwise we might get errors when enabling the device later. + * there still exists an inode for this device. + * We must update i_blkbits, otherwise we might get errors when + * enabling the device later. */ if (fdata->start_unit == 0) { struct block_device *bdev = bdget_disk(device->gdp, 0);