1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-07-24 00:48:05 +00:00
Commit Graph

8 Commits

Author SHA1 Message Date
SeongJae Park
5272fb33af SyncPrim: Fix wrong link to kernel files
A few links to kernel files in Torvalds's github mirror repo is missing
'/blob/'.  This commit fixes the links.

Signed-off-by: SeongJae Park <sj38.park@gmail.com>
2019-07-14 19:22:13 +03:00
SeongJae Park
b48eea494f SyncPrim: Fix a typo: s/expnads/expands/
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
2019-07-14 19:22:04 +03:00
SeongJae Park
ea19639bdc SyncPrim: Consistently wrap 'spinlock' with '`'
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
2019-07-14 19:21:55 +03:00
SeongJae Park
97529893d2 SyncPrim: Add missed description
A description about 'spin_lock_irqsave' and 'spin_lock_irq' is missing
lock acquisition.  This commit adds the missed description.

Signed-off-by: SeongJae Park <sj38.park@gmail.com>
2019-07-14 19:21:46 +03:00
SeongJae Park
86778ce057 SyncPrim: Consistently wrap 'spinlock' with '`'
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
2019-07-14 19:21:35 +03:00
Takuya Yamamoto
33bdfe6ea3 Update linux-sync-1.md 2019-04-17 21:12:36 +03:00
Dongliang Mu
fdbf6857a1 fix broken links related with 'sync, syscall, timer' 2018-08-05 12:19:49 +03:00
Joshua Murphy
103df77212 Refactored files for a unified naming convention, making an autoamted LaTeX build easier too 2018-08-05 11:05:43 +03:00