mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-21 04:31:26 +00:00
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 <Chesnokov.G@raidix.com>
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9497 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user