Commit 6b2824ec authored by David S. Miller's avatar David S. Miller

include/asm-sparc64/smplock.h: Fix typo.

parent 993e0986
......@@ -26,7 +26,7 @@ extern spinlock_t kernel_flag;
*/
#define release_kernel_lock(task) \
do { \
if (unlikely(task->lock_depth >= 0)) { \
if (unlikely(task->lock_depth >= 0)) \
spin_unlock(&kernel_flag); \
} while (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