From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934473AbdEONl3 (ORCPT ); Mon, 15 May 2017 09:41:29 -0400 Received: from mout.gmx.net ([212.227.17.20]:59776 "EHLO mout.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934408AbdEONk4 (ORCPT ); Mon, 15 May 2017 09:40:56 -0400 From: =?UTF-8?q?Jonathan=20Neusch=C3=A4fer?= To: linux-doc@vger.kernel.org Cc: linux-kernel@vger.kernel.org, =?UTF-8?q?Jonathan=20Neusch=C3=A4fer?= Subject: [PATCH 3/6] Documentation: kernel-docs: Remove "Here is its" at the end of lines Date: Mon, 15 May 2017 15:40:09 +0200 Message-Id: <20170515134012.21222-3-j.neuschaefer@gmx.net> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170515134012.21222-1-j.neuschaefer@gmx.net> References: <20170515134012.21222-1-j.neuschaefer@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K0:CkII/HMDUz+pwGYwMbG/3OfoZWVNtpbw4TRBnAlTk+8PBQzDkBv Sss7F11J4elCnurTVmlyM/4htfQwY1m2mvk4QdWE0sFRHkpV214YtlhURHyyLhaLXFL7gal eJRl4Fm6Rwt6BAnhmOYM0os3SacaJ/QdK9biyUdmJgxjSkeFF6yn2VchK4IvyUOOz7Jh8Gg o0bMb13lVStP8noZTUq6w== X-UI-Out-Filterresults: notjunk:1;V01:K0:T0n2ONVBnBo=:LSDR9H69z8CDXBxdC7DBA9 kyeKN1V/KCSJEhrQihyfX6pBETShwnDlhDkb9MDtL6COpFlk6/59K+zrpqE0/nGyCm7J7utm9 etK47ahRJx7yzyRvl0d6u7q32HkREyHugp+X4ix4y10YpNj73056Vm0Az1q5LfkPpzPKG8jKx NcL0Gj/tAgy36mpSt2hJeagtXrmijYvfn1z4iqY4GseUtXCyhiFRquNYxcXikcQk87h/fh/iH rOL7xMiwp9EDD1PGaeA8Bf/tvqQLS+F+l/6zVdrPLapA6c5f29Cgw6acjkhDie+9PlQyYJh+I MPJBiirXLEPDNVy1Nm0GMnyk9sOJbNUbkKSreiMR+a4/iGI7cL0RIci2X6BSvz6TCnapMB0lC rclOU17KYkTFoJTMT3/zT3jk2XKB0260vRcGmfzywMyUdGx6kMBthdCsHWyIiY6FLybeMxNo4 c3zeZkT3xFBzUN3Z2S52vBZisbF59OiujiWAEPDqZr4p3biAUYjTPiiFuBho7CKxmp8VnQzEb XXEfjuiXRguLYsAbPcFdpvsuti88ypdMbLrFYTMQAE3oudR6mVD1Kumo3sQkARbsVd9DA9/Nc 9r8y0t/4It2VHyFqCQjboK1fc/lGmtDGxqGJu1aI3+iRMa3hLRAOj6/ZDofa62cBEFvMXIlbM jwtgzZ5PIPxn3LxhWzg51lzvebJ8SqYbGhBFP/sKN7pyM74RVRsGOjFHNypXeq9qcW8nzIHt+ N1+ZSQkypBpGeXhyCypOWqpBVz16BH3BZA4NtO4kfSnzpVLLILmNcB/KUXnGMcIgWhxIYChY0 8Ljhz96 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Before commit 9e03ea7f683e ("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: Jonathan Neuschäfer --- Documentation/process/kernel-docs.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation/process/kernel-docs.rst b/Documentation/process/kernel-docs.rst index 6ff8291194ee..a9aad381c3a4 100644 --- a/Documentation/process/kernel-docs.rst +++ b/Documentation/process/kernel-docs.rst @@ -356,7 +356,7 @@ On-line docs :URL: http://www.linuxjournal.com/article.php?sid=2391 :Date: 1997 :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, RAID-4 and RAID-5 personalities of the MD device driver in the Linux kernel, providing users with high performance and reliable, @@ -381,7 +381,7 @@ On-line docs :Date: 1996 :Keywords: device driver, module, loading/unloading modules, 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 co-authored by Alessandro Rubini and Georg Zezchwitz which present a practical approach to writing Linux device drivers as kernel @@ -397,7 +397,7 @@ On-line docs :Keywords: character driver, init_module, clean_up module, autodetection, mayor number, minor number, file operations, 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 the actual code to create custom module implementing a character device driver. It describes the code for module initialization and @@ -410,7 +410,7 @@ On-line docs :Date: 1996 :Keywords: read(), write(), select(), ioctl(), blocking/non 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 device drivers, introduces concepts of reading, writing, and using ioctl-calls*. @@ -421,7 +421,7 @@ On-line docs :URL: http://www.linuxjournal.com/article.php?sid=1222 :Date: 1996 :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 writing character device drivers as loadable kernel modules. This month, we further investigate the field of interrupt handling. -- 2.11.0