Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ae58403f authored by Chen Gang's avatar Chen Gang Committed by Jiri Kosina
Browse files

spinlock_api_smp.h: fix preprocessor comments



Correct the related comments for '#ifdef ... #endif'.

Signed-off-by: default avatarChen Gang <gang.chen@asianux.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 278cee05
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -144,7 +144,7 @@ static inline void __raw_spin_lock(raw_spinlock_t *lock)
	LOCK_CONTENDED(lock, do_raw_spin_trylock, do_raw_spin_lock);
}

#endif /* CONFIG_PREEMPT */
#endif /* !CONFIG_GENERIC_LOCKBREAK || CONFIG_DEBUG_LOCK_ALLOC */

static inline void __raw_spin_unlock(raw_spinlock_t *lock)
{