summaryrefslogtreecommitdiff
path: root/include/asm-h8300/thread_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-h8300/thread_info.h')
-rw-r--r--include/asm-h8300/thread_info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-h8300/thread_info.h b/include/asm-h8300/thread_info.h
index b07c9344776..bfcc755c3bb 100644
--- a/include/asm-h8300/thread_info.h
+++ b/include/asm-h8300/thread_info.h
@@ -23,7 +23,7 @@ struct thread_info {
struct exec_domain *exec_domain; /* execution domain */
unsigned long flags; /* low level flags */
int cpu; /* cpu we're on */
- int preempt_count; /* 0 => preemptable, <0 => BUG*/
+ int preempt_count; /* 0 => preemptable, <0 => BUG */
struct restart_block restart_block;
};