]> git.proxmox.com Git - mirror_spl.git/blobdiff - module/spl/spl-thread.c
Fix more cstyle warnings
[mirror_spl.git] / module / spl / spl-thread.c
index 9ad04416106e3129e1d22c048c15865c23cbb8b2..d441ad65f3174a7e7d0c07266ea4193240f54d72 100644 (file)
@@ -79,8 +79,7 @@ EXPORT_SYMBOL(__thread_exit);
  */
 kthread_t *
 __thread_create(caddr_t stk, size_t  stksize, thread_func_t func,
-               const char *name, void *args, size_t len, proc_t *pp,
-               int state, pri_t pri)
+    const char *name, void *args, size_t len, proc_t *pp, int state, pri_t pri)
 {
        thread_priv_t *tp;
        struct task_struct *tsk;