Skip to content

Commit

Permalink
SyncPrim: Consistently wrap 'spinlock' with '`'
Browse files Browse the repository at this point in the history
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
  • Loading branch information
sjp38 committed May 20, 2019
1 parent 6708f9f commit 5e190ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SyncPrim/linux-sync-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ typedef struct qspinlock {
} arch_spinlock_t;
```

We will not stop on this structures for now. Let's look at the operations on a spinlock. The Linux kernel provides following main operations on a `spinlock`:
We will not stop on this structures for now. Let's look at the operations on a `spinlock`. The Linux kernel provides following main operations on a `spinlock`:

* `spin_lock_init` - produces initialization of the given `spinlock`;
* `spin_lock` - acquires given `spinlock`;
Expand Down

0 comments on commit 5e190ae

Please sign in to comment.