diff options
Diffstat (limited to 'include/linux/rwsem.h')
-rw-r--r-- | include/linux/rwsem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/rwsem.h b/include/linux/rwsem.h index e401358c4e7e..9d9c663987d8 100644 --- a/include/linux/rwsem.h +++ b/include/linux/rwsem.h | |||
@@ -160,7 +160,7 @@ extern void downgrade_write(struct rw_semaphore *sem); | |||
160 | * static then another method for expressing nested locking is | 160 | * static then another method for expressing nested locking is |
161 | * the explicit definition of lock class keys and the use of | 161 | * the explicit definition of lock class keys and the use of |
162 | * lockdep_set_class() at lock initialization time. | 162 | * lockdep_set_class() at lock initialization time. |
163 | * See Documentation/locking/lockdep-design.txt for more details.) | 163 | * See Documentation/locking/lockdep-design.rst for more details.) |
164 | */ | 164 | */ |
165 | extern void down_read_nested(struct rw_semaphore *sem, int subclass); | 165 | extern void down_read_nested(struct rw_semaphore *sem, int subclass); |
166 | extern void down_write_nested(struct rw_semaphore *sem, int subclass); | 166 | extern void down_write_nested(struct rw_semaphore *sem, int subclass); |