vserver 1.9.5.x5
[linux-2.6.git] / drivers / s390 / block / dasd_ioctl.c
index 8cbddce..f1892ba 100644 (file)
@@ -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);