Minor cleanup

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2053 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2010-09-04 17:26:17 +00:00
parent 9963c18578
commit 19a25e5825

View File

@@ -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;
}