[stgt] [PATCH] iscsi/conn.c: fix a typo s/sesson/session/
Ryusuke Konishi
konishi.ryusuke at lab.ntt.co.jp
Tue Dec 10 15:27:17 CET 2013
This fixes a typo "sesson" in an error message of conn_close function.
Signed-off-by: Ryusuke Konishi <konishi.ryusuke at lab.ntt.co.jp>
---
usr/iscsi/conn.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/usr/iscsi/conn.c b/usr/iscsi/conn.c
index 17aa3e3..bb18ac0 100644
--- a/usr/iscsi/conn.c
+++ b/usr/iscsi/conn.c
@@ -106,7 +106,7 @@ void conn_close(struct iscsi_connection *conn)
if (!conn->session)
goto done;
- eprintf("sesson %p %d\n", conn->session, conn->session->refcount);
+ eprintf("session %p %d\n", conn->session, conn->session->refcount);
/*
* We just closed the ep so we are not going to send/recv anything.
--
1.7.9.3
--
To unsubscribe from this list: send the line "unsubscribe stgt" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
More information about the stgt
mailing list