]> git.proxmox.com Git - mirror_spl-debian.git/commitdiff
Fix a typo referencing an incorrect symbol
authorPrakash Surya <surya1@llnl.gov>
Fri, 18 Nov 2011 22:27:37 +0000 (14:27 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 22 Nov 2011 00:52:36 +0000 (16:52 -0800)
The splat_taskq_test4_common function was incorrectly referencing
the splat_taskq-test13_func symbol, when it meant to be using the
splat_taskq_test4_func symbol.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #61

module/splat/splat-taskq.c

index a7c537236ca946b189392b27d11beee8b7dfff37..0f74b5ae5a8f703a6221cca525bd203486108cd9 100644 (file)
@@ -344,7 +344,7 @@ splat_taskq_test4_common(struct file *file, void *arg, int minalloc,
                                splat_vprint(file, SPLAT_TASKQ_TEST4_NAME,
                                        "Taskq '%s' function '%s' dispatch "
                                        "%d failed\n", tq_arg.name,
-                                       sym2str(splat_taskq_test13_func), j);
+                                       sym2str(splat_taskq_test4_func), j);
                                        rc = -EINVAL;
                                        goto out;
                        }