mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-19 11:41:26 +00:00
iscsi-scst: Fix a typo in an error message (merge r4251 from trunk)
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@4703 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -4087,7 +4087,7 @@ static int __init iscsi_init(void)
|
||||
err = net_set_get_put_page_callbacks(iscsi_get_page_callback,
|
||||
iscsi_put_page_callback);
|
||||
if (err != 0) {
|
||||
PRINT_INFO("Unable to set page callbackes: %d", err);
|
||||
PRINT_INFO("Unable to set page callbacks: %d", err);
|
||||
goto out_destroy_mempool;
|
||||
}
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user