scst: Fix recently introduced checkpatch complaints about whitespace

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4294 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2012-05-08 21:45:57 +00:00
parent 862d84df64
commit d9948f2922
2 changed files with 3 additions and 3 deletions

View File

@@ -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 */

View File

@@ -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++;
}