mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-19 21:56:31 +00:00
iSCSI-SCST: Fix a typo in an error message
Signed-off-by: Bart Van Assche <bvanassche@acm.org> git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4251 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -4056,7 +4056,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