scst_mem: Fix indentation

See also trunk r677.


git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7040 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2016-12-01 05:06:36 +00:00
parent 1dd41fa380
commit 38991d1222
+1 -1
View File
@@ -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);