From ae0f286fcc3c8fc4c1cd25fa928dcbc06c11da63 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 6 Jan 2013 13:46:05 +0000 Subject: [PATCH] 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 --- iscsi-scst/kernel/iscsi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iscsi-scst/kernel/iscsi.c b/iscsi-scst/kernel/iscsi.c index 70aff92af..099334fad 100644 --- a/iscsi-scst/kernel/iscsi.c +++ b/iscsi-scst/kernel/iscsi.c @@ -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