diff options
author | Akhil Raj <lf32.dev@gmail.com> | 2022-08-29 12:22:39 +0530 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2022-09-27 13:21:43 -0600 |
commit | 7f77ebbf758be6df89951713e7b234a9e6c5d32b (patch) | |
tree | de067ec255b08220cc3c5dbd4d5ea0ec4bc32fb0 /Documentation/RCU/lockdep.rst | |
parent | 32a3a9db16eb7551a6763820a8ed6f151f879eaa (diff) |
Delete duplicate words from kernel docs
I have deleted duplicate words like
to, guest, trace, when, we
Signed-off-by: Akhil Raj <lf32.dev@gmail.com>
Link: https://lore.kernel.org/r/20220829065239.4531-1-lf32.dev@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/RCU/lockdep.rst')
-rw-r--r-- | Documentation/RCU/lockdep.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/RCU/lockdep.rst b/Documentation/RCU/lockdep.rst index cc860a0c296b..a94f55991a71 100644 --- a/Documentation/RCU/lockdep.rst +++ b/Documentation/RCU/lockdep.rst @@ -61,7 +61,7 @@ checking of rcu_dereference() primitives: rcu_access_pointer(p): Return the value of the pointer and omit all barriers, but retain the compiler constraints that prevent duplicating - or coalescsing. This is useful when when testing the + or coalescsing. This is useful when testing the value of the pointer itself, for example, against NULL. The rcu_dereference_check() check expression can be any boolean |