提交 a835bb85 编写于 作者: A Andy Shevchenko 提交者: Vinod Koul

dmatest: fix indentation

Simple fixes an indentation in few places across the code.

There is no functional change.
Signed-off-by: NAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: NVinod Koul <vinod.koul@intel.com>
上级 5689ba7f
...@@ -349,14 +349,14 @@ static void dbg_result(const char *err, unsigned int n, unsigned int src_off, ...@@ -349,14 +349,14 @@ static void dbg_result(const char *err, unsigned int n, unsigned int src_off,
unsigned long data) unsigned long data)
{ {
pr_debug("%s: result #%u: '%s' with src_off=0x%x dst_off=0x%x len=0x%x (%lu)\n", pr_debug("%s: result #%u: '%s' with src_off=0x%x dst_off=0x%x len=0x%x (%lu)\n",
current->comm, n, err, src_off, dst_off, len, data); current->comm, n, err, src_off, dst_off, len, data);
} }
#define verbose_result(err, n, src_off, dst_off, len, data) ({ \ #define verbose_result(err, n, src_off, dst_off, len, data) ({ \
if (verbose) \ if (verbose) \
result(err, n, src_off, dst_off, len, data); \ result(err, n, src_off, dst_off, len, data); \
else \ else \
dbg_result(err, n, src_off, dst_off, len, data); \ dbg_result(err, n, src_off, dst_off, len, data);\
}) })
static unsigned long long dmatest_persec(s64 runtime, unsigned int val) static unsigned long long dmatest_persec(s64 runtime, unsigned int val)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册