]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/src/kthread.c
Whitespace cleanup in some LinCAN source files to prepare for integration of Jan...
[lincan.git] / lincan / src / kthread.c
index e8e94c47185a3f4bc6a85a64e01edc05fd8b618d..2d387d310841236948969324a83c11c98a1e0c64 100644 (file)
@@ -103,7 +103,7 @@ void stop_kthread(kthread_t *kthread)
     sema_init(&kthread->startstop_sem,0);
 
     /* We need to do a memory barrier here to be sure that
     sema_init(&kthread->startstop_sem,0);
 
     /* We need to do a memory barrier here to be sure that
-       the flags are visible on all CPUs. 
+       the flags are visible on all CPUs.
     */
     mb();
 
     */
     mb();
 
@@ -111,7 +111,7 @@ void stop_kthread(kthread_t *kthread)
     kthread->terminate = 1;
 
     /* We need to do a memory barrier here to be sure that
     kthread->terminate = 1;
 
     /* We need to do a memory barrier here to be sure that
-       the flags are visible on all CPUs. 
+       the flags are visible on all CPUs.
     */
     mb();
     kill_proc(kthread->thread->pid, SIGKILL, 1);
     */
     mb();
     kill_proc(kthread->thread->pid, SIGKILL, 1);