From cb702f21e2f72ae4702b7e72b451c20cd382b446 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 16 Oct 2016 22:20:57 -0700 Subject: [PATCH] scst_mem: Fix indentation Fixes: commit 0cf7566b9380 (r677) --- scst/src/scst_mem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/src/scst_mem.c b/scst/src/scst_mem.c index 56d51c09c..2ad23d665 100644 --- a/scst/src/scst_mem.c +++ b/scst/src/scst_mem.c @@ -1329,7 +1329,7 @@ struct scatterlist *scst_alloc_sg(int size, gfp_t gfp_mask, int *count) * on free again. */ sgv_hiwmk_uncheck(-pages); - } + } } res = kmalloc_array(pages, sizeof(*res), gfp_mask);