s390/dasd: correct inconsistent indenting

Signed-off-by: Stefan Haberland <sth@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
Stefan Haberland 2017-01-25 16:59:46 +01:00 committed by Martin Schwidefsky
parent ca732e111f
commit ba21d0ea21
1 changed files with 2 additions and 2 deletions

View File

@ -2543,8 +2543,8 @@ dasd_eckd_build_format(struct dasd_device *base,
DASD_ECKD_CCW_WRITE_CKD_MT;
ccw->flags = CCW_FLAG_SLI;
ccw->count = 8;
ccw->cda = (__u32)(addr_t) ect;
ccw++;
ccw->cda = (__u32)(addr_t) ect;
ccw++;
}
}
}