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
This commit is contained in:
Bart Van Assche
2010-04-29 06:43:49 +00:00
parent 87fb70f624
commit 91dcd21358

View File

@@ -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))) {