From d9948f2922b1e6617094fa4ddec4e4c6773fc6a2 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Tue, 8 May 2012 21:45:57 +0000 Subject: [PATCH] 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 --- scst/include/scst.h | 4 ++-- scst/src/scst_lib.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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++; }