We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7209927 commit 75613baCopy full SHA for 75613ba
1 file changed
include/kernel/sync/rcu.h
@@ -42,8 +42,8 @@ typedef struct rcu_entry rcu_entry_t;
42
* To access RCU protected data, a read-side critical section must be created using `rcu_read_lock()` and
43
* `rcu_read_unlock()`, or the `RCU_READ_SCOPE()` macro.
44
*
45
- * @see [https://en.wikipedia.org/wiki/Read-copy-update](Wikipedia) for more information about RCU.
46
- * @see [https://www.kernel.org/doc/Documentation/RCU/whatisRCU.txt](kernel.org) for a explanation of RCU in the Linux kernel.
+ * @see [Wikipedia](https://en.wikipedia.org/wiki/Read-copy-update) for more information about RCU.
+ * @see [kernel.org](https://www.kernel.org/doc/Documentation/RCU/whatisRCU.txt) for a explanation of RCU in the Linux kernel.
47
48
* @{
49
*/
0 commit comments