From 3a1763bc736dd962d7fcc01a0f6239b89c92a20b Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Tue, 31 Aug 2021 02:00:40 +0000 Subject: [PATCH] isert-scst: Fix typo in the PRINT_INFO statement for sockaddr output Fixes: 5d808c54 ("isert-scst: Introduce the function isert_setup_id()") Signed-off-by: Chesnokov Gleb git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9497 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- iscsi-scst/kernel/isert-scst/iser_rdma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iscsi-scst/kernel/isert-scst/iser_rdma.c b/iscsi-scst/kernel/isert-scst/iser_rdma.c index 487703e8a..311404ef0 100644 --- a/iscsi-scst/kernel/isert-scst/iser_rdma.c +++ b/iscsi-scst/kernel/isert-scst/iser_rdma.c @@ -1850,7 +1850,7 @@ isert_setup_id(struct isert_portal *portal) goto out_id; } - PRINT_INFO("iser portal with cm_id %p listens on %pISpc", id, &sa); + PRINT_INFO("iser portal with cm_id %p listens on %pISpc", id, sa); return id;