mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11:27 +00:00
iscsi-scst/kernel/conn.c: Fix source code indentation
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.3.x@7561 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -1127,7 +1127,7 @@ void iscsi_extracheck_is_rd_thread(struct iscsi_conn *conn)
|
||||
pr_emerg("rd_state %x\n", conn->rd_state);
|
||||
pr_emerg("rd_task %p\n", conn->rd_task);
|
||||
if (conn->rd_task)
|
||||
pr_emerg("rd_task->pid %d\n", conn->rd_task->pid);
|
||||
pr_emerg("rd_task->pid %d\n", conn->rd_task->pid);
|
||||
BUG();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user