Commit 93ac7e1e authored by James Mayer's avatar James Mayer Committed by Linus Torvalds

[PATCH] Typo in linux_include_asm-parisc_semaphore.h

parent 59d68b91
...@@ -53,7 +53,7 @@ extern inline void sema_init (struct semaphore *sem, int val) ...@@ -53,7 +53,7 @@ extern inline void sema_init (struct semaphore *sem, int val)
* *sem = (struct semaphore)__SEMAPHORE_INITIALIZER((*sem),val); * *sem = (struct semaphore)__SEMAPHORE_INITIALIZER((*sem),val);
* *
* i'd rather use the more flexible initialization above, but sadly * i'd rather use the more flexible initialization above, but sadly
* GCC 2.7.2.3 emits a bogus warning. EGCS doesnt. Oh well. * GCC 2.7.2.3 emits a bogus warning. EGCS doesn't. Oh well.
*/ */
atomic_set(&sem->count, val); atomic_set(&sem->count, val);
sem->waking = 0; sem->waking = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment