From 0157b92e46b4040fbdb6bbc5725eab99608bbadf Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 1 Nov 2018 04:24:27 +0000 Subject: [PATCH] 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 --- iscsi-scst/kernel/conn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iscsi-scst/kernel/conn.c b/iscsi-scst/kernel/conn.c index ea19d3c7e..81fd98d5d 100644 --- a/iscsi-scst/kernel/conn.c +++ b/iscsi-scst/kernel/conn.c @@ -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(); } }