Skip to content

Commit

Permalink
Fix a typo referencing an incorrect symbol
Browse files Browse the repository at this point in the history
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 openzfs#61
  • Loading branch information
prakashsurya authored and behlendorf committed Nov 22, 2011
1 parent 1114ae6 commit e05bec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/splat/splat-taskq.c
Expand Up @@ -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;
}
Expand Down

0 comments on commit e05bec8

Please sign in to comment.