diff --git a/scst/include/scst.h b/scst/include/scst.h index 154c1b674..0128eaa4b 100644 --- a/scst/include/scst.h +++ b/scst/include/scst.h @@ -4409,8 +4409,8 @@ int scst_scsi_exec_async(struct scst_cmd *cmd, void *data, void scst_write_same(struct scst_cmd *cmd); struct scst_data_descriptor { - uint64_t sdd_lba; - uint64_t sdd_len; + uint64_t sdd_lba; + uint64_t sdd_len; }; #endif /* __SCST_H */ diff --git a/scst/src/scst_lib.c b/scst/src/scst_lib.c index a87e757fe..aa4e91c8d 100644 --- a/scst/src/scst_lib.c +++ b/scst/src/scst_lib.c @@ -8209,7 +8209,7 @@ static bool scst_parse_unmap_descriptors(struct scst_cmd *cmd) d->sdd_len = get_unaligned_be32(&address[offset]); offset += 8; TRACE_DBG("i %d, lba %lld, len %lld", i, - (long long )d->sdd_lba, (long long )d->sdd_len); + (long long)d->sdd_lba, (long long)d->sdd_len); i++; }