From 19a25e58252915aba3c5e4c3ccd61da64b449d42 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Sat, 4 Sep 2010 17:26:17 +0000 Subject: [PATCH] Minor cleanup git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2053 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst_local/scst_local.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst_local/scst_local.c b/scst_local/scst_local.c index 2831bfde9..5b2dbf3e7 100644 --- a/scst_local/scst_local.c +++ b/scst_local/scst_local.c @@ -877,7 +877,7 @@ static int scst_local_add_adapter(void) scst_lcl_host->target = scst_register_target(&scst_local_targ_tmpl, name); if (!scst_lcl_host) { - printk(KERN_WARNING "scst_register_target failed:\n"); + printk(KERN_WARNING "scst_register_target() failed:\n"); error = -1; goto cleanup; }