From 91dcd2135847d96b05eaac732bde929541534eb8 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 29 Apr 2010 06:43:49 +0000 Subject: [PATCH] Fixed a checkpatch complaint about spaces being used for indentation. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1665 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_targ.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/src/scst_targ.c b/scst/src/scst_targ.c index 78dc583e2..0ca34e026 100644 --- a/scst/src/scst_targ.c +++ b/scst/src/scst_targ.c @@ -796,7 +796,7 @@ static int scst_prepare_space(struct scst_cmd *cmd) if (likely(!scst_is_cmd_fully_local(cmd)) && (dev->handler->alloc_data_buf != NULL)) { - int state; + int state; if (unlikely(!dev->handler->alloc_data_buf_atomic && scst_cmd_atomic(cmd))) {