mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-21 12:41:26 +00:00
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:
@@ -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))) {
|
||||
|
||||
Reference in New Issue
Block a user