SyncPrim: Consistently wrap 'spinlock' with '`'

Signed-off-by: SeongJae Park <sj38.park@gmail.com>
pull/672/head
SeongJae Park 5 years ago
parent 1ef8bdb653
commit e5cdd6810d

@ -198,7 +198,7 @@ static __always_inline void spin_lock(spinlock_t *lock)
}
```
function which allows us to `acquire` a spinlock. The `raw_spin_lock` macro is defined in the same header file and expnads to the call of `_raw_spin_lock`:
function which allows us to `acquire` a `spinlock`. The `raw_spin_lock` macro is defined in the same header file and expnads to the call of `_raw_spin_lock`:
```C
#define raw_spin_lock(lock) _raw_spin_lock(lock)

Loading…
Cancel
Save