mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-20 22:26:23 +00:00
scst_main: Fix a checkpatch complaint about whitespace
Remove the spaces in front of a tab character. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5113 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -773,7 +773,7 @@ void scst_trace_cmds(scst_show_fn show, void *arg)
|
||||
cmd, state_name, t->name,
|
||||
tgt->tgt_name, sess->sess_name,
|
||||
tgt_dev ? (tgt_dev->acg_dev->acg->acg_name ?
|
||||
: "(default)") : "?",
|
||||
: "(default)") : "?",
|
||||
cmd->lun, sess->initiator_name, cdb);
|
||||
}
|
||||
spin_unlock_irq(&sess->sess_list_lock);
|
||||
|
||||
Reference in New Issue
Block a user