mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-18 19:21:26 +00:00
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:
@@ -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 */
|
||||
|
||||
@@ -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++;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user