Commit adf3f38a authored by Jonathan Neuschäfer's avatar Jonathan Neuschäfer Committed by Jonathan Corbet

docs: kernel-docs: Remove "Here is its" at the end of lines

Before commit 9e03ea7f ("Documentation/kernel-docs.txt: convert it
to ReST markup"), it read:

       Description: Linux Journal Kernel Korner article. Here is its
       abstract: "..."

In Sphinx' HTML formatting, however, the "Here is its" doesn't make
sense anymore, because the "Abstract:" is clearly separated.
Signed-off-by: default avatarJonathan Neuschäfer <j.neuschaefer@gmx.net>
Link: https://lore.kernel.org/r/20200228204147.8622-1-j.neuschaefer@gmx.netSigned-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 7fe068db
...@@ -313,7 +313,7 @@ On-line docs ...@@ -313,7 +313,7 @@ On-line docs
:URL: http://www.linuxjournal.com/article.php?sid=2391 :URL: http://www.linuxjournal.com/article.php?sid=2391
:Date: 1997 :Date: 1997
:Keywords: RAID, MD driver. :Keywords: RAID, MD driver.
:Description: Linux Journal Kernel Korner article. Here is its :Description: Linux Journal Kernel Korner article.
:Abstract: *A description of the implementation of the RAID-1, :Abstract: *A description of the implementation of the RAID-1,
RAID-4 and RAID-5 personalities of the MD device driver in the RAID-4 and RAID-5 personalities of the MD device driver in the
Linux kernel, providing users with high performance and reliable, Linux kernel, providing users with high performance and reliable,
...@@ -338,7 +338,7 @@ On-line docs ...@@ -338,7 +338,7 @@ On-line docs
:Date: 1996 :Date: 1996
:Keywords: device driver, module, loading/unloading modules, :Keywords: device driver, module, loading/unloading modules,
allocating resources. allocating resources.
:Description: Linux Journal Kernel Korner article. Here is its :Description: Linux Journal Kernel Korner article.
:Abstract: *This is the first of a series of four articles :Abstract: *This is the first of a series of four articles
co-authored by Alessandro Rubini and Georg Zezchwitz which present co-authored by Alessandro Rubini and Georg Zezchwitz which present
a practical approach to writing Linux device drivers as kernel a practical approach to writing Linux device drivers as kernel
...@@ -354,7 +354,7 @@ On-line docs ...@@ -354,7 +354,7 @@ On-line docs
:Keywords: character driver, init_module, clean_up module, :Keywords: character driver, init_module, clean_up module,
autodetection, mayor number, minor number, file operations, autodetection, mayor number, minor number, file operations,
open(), close(). open(), close().
:Description: Linux Journal Kernel Korner article. Here is its :Description: Linux Journal Kernel Korner article.
:Abstract: *This article, the second of four, introduces part of :Abstract: *This article, the second of four, introduces part of
the actual code to create custom module implementing a character the actual code to create custom module implementing a character
device driver. It describes the code for module initialization and device driver. It describes the code for module initialization and
...@@ -367,7 +367,7 @@ On-line docs ...@@ -367,7 +367,7 @@ On-line docs
:Date: 1996 :Date: 1996
:Keywords: read(), write(), select(), ioctl(), blocking/non :Keywords: read(), write(), select(), ioctl(), blocking/non
blocking mode, interrupt handler. blocking mode, interrupt handler.
:Description: Linux Journal Kernel Korner article. Here is its :Description: Linux Journal Kernel Korner article.
:Abstract: *This article, the third of four on writing character :Abstract: *This article, the third of four on writing character
device drivers, introduces concepts of reading, writing, and using device drivers, introduces concepts of reading, writing, and using
ioctl-calls*. ioctl-calls*.
...@@ -378,7 +378,7 @@ On-line docs ...@@ -378,7 +378,7 @@ On-line docs
:URL: http://www.linuxjournal.com/article.php?sid=1222 :URL: http://www.linuxjournal.com/article.php?sid=1222
:Date: 1996 :Date: 1996
:Keywords: interrupts, irqs, DMA, bottom halves, task queues. :Keywords: interrupts, irqs, DMA, bottom halves, task queues.
:Description: Linux Journal Kernel Korner article. Here is its :Description: Linux Journal Kernel Korner article.
:Abstract: *This is the fourth in a series of articles about :Abstract: *This is the fourth in a series of articles about
writing character device drivers as loadable kernel modules. This writing character device drivers as loadable kernel modules. This
month, we further investigate the field of interrupt handling. month, we further investigate the field of interrupt handling.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment