diff options
author | Akhil Raj <lf32.dev@gmail.com> | 2022-08-27 17:53:59 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2022-09-27 22:21:43 +0300 |
commit | d2bef8e1037cc69695c6b146bb05ce053450e0de (patch) | |
tree | fc8ce03016e6b4102111bff92fadb8073648ef0f /Documentation/admin-guide/kdump | |
parent | 3b384e95642c0f01a34525a71b6a5a4826934b75 (diff) | |
download | linux-d2bef8e1037cc69695c6b146bb05ce053450e0de.tar.xz |
Remove duplicate words inside documentation
I have removed repeated `the` inside the documentation
Signed-off-by: Akhil Raj <lf32.dev@gmail.com>
Link: https://lore.kernel.org/r/20220827145359.32599-1-lf32.dev@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/admin-guide/kdump')
-rw-r--r-- | Documentation/admin-guide/kdump/vmcoreinfo.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/kdump/vmcoreinfo.rst b/Documentation/admin-guide/kdump/vmcoreinfo.rst index 8419019b6a88..6726f439958c 100644 --- a/Documentation/admin-guide/kdump/vmcoreinfo.rst +++ b/Documentation/admin-guide/kdump/vmcoreinfo.rst @@ -200,7 +200,7 @@ prb A pointer to the printk ringbuffer (struct printk_ringbuffer). This may be pointing to the static boot ringbuffer or the dynamically -allocated ringbuffer, depending on when the the core dump occurred. +allocated ringbuffer, depending on when the core dump occurred. Used by user-space tools to read the active kernel log buffer. printk_rb_static |