From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752189AbdK3Krg (ORCPT ); Thu, 30 Nov 2017 05:47:36 -0500 Received: from mail-pg0-f67.google.com ([74.125.83.67]:44622 "EHLO mail-pg0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750918AbdK3Kre (ORCPT ); Thu, 30 Nov 2017 05:47:34 -0500 X-Google-Smtp-Source: AGs4zMYO5+m/XYXlfSJipGfA80M0uKDQMq7Xksjhhje9BXwC4gkB+bN6bUb2bv3NQ06+8itPkCjXHw== From: =?UTF-8?q?Nguy=E1=BB=85n=20Th=C3=A1i=20Ng=E1=BB=8Dc=20Duy?= To: linux-kernel@vger.kernel.org Cc: trivial@kernel.org, =?UTF-8?q?Nguy=E1=BB=85n=20Th=C3=A1i=20Ng=E1=BB=8Dc=20Duy?= Subject: [PATCH] kernel-docs.rst: update broken linuxjournal links Date: Thu, 30 Nov 2017 17:47:25 +0700 Message-Id: <20171130104725.12460-1-pclouds@gmail.com> X-Mailer: git-send-email 2.11.0.157.gd943d85 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Nguyễn Thái Ngọc Duy --- Documentation/process/kernel-docs.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Documentation/process/kernel-docs.rst b/Documentation/process/kernel-docs.rst index b8cac85a4001..66040404ac9f 100644 --- a/Documentation/process/kernel-docs.rst +++ b/Documentation/process/kernel-docs.rst @@ -322,7 +322,7 @@ On-line docs * Title: **The Linux RAID-1, 4, 5 Code** :Author: Ingo Molnar, Gadi Oxman and Miguel de Icaza. - :URL: http://www.linuxjournal.com/article.php?sid=2391 + :URL: http://www.linuxjournal.com/article/2391 :Date: 1997 :Keywords: RAID, MD driver. :Description: Linux Journal Kernel Korner article. Here is its @@ -346,7 +346,7 @@ On-line docs * Title: **Dynamic Kernels: Modularized Device Drivers** :Author: Alessandro Rubini. - :URL: http://www.linuxjournal.com/article.php?sid=1219 + :URL: http://www.linuxjournal.com/article/1219 :Date: 1996 :Keywords: device driver, module, loading/unloading modules, allocating resources. @@ -361,7 +361,7 @@ On-line docs * Title: **Dynamic Kernels: Discovery** :Author: Alessandro Rubini. - :URL: http://www.linuxjournal.com/article.php?sid=1220 + :URL: http://www.linuxjournal.com/article/1220 :Date: 1996 :Keywords: character driver, init_module, clean_up module, autodetection, mayor number, minor number, file operations, @@ -375,7 +375,7 @@ On-line docs * Title: **The Devil's in the Details** :Author: Georg v. Zezschwitz and Alessandro Rubini. - :URL: http://www.linuxjournal.com/article.php?sid=1221 + :URL: http://www.linuxjournal.com/article/1221 :Date: 1996 :Keywords: read(), write(), select(), ioctl(), blocking/non blocking mode, interrupt handler. @@ -387,7 +387,7 @@ On-line docs * Title: **Dissecting Interrupts and Browsing DMA** :Author: Alessandro Rubini and Georg v. Zezschwitz. - :URL: http://www.linuxjournal.com/article.php?sid=1222 + :URL: http://www.linuxjournal.com/article/1222 :Date: 1996 :Keywords: interrupts, irqs, DMA, bottom halves, task queues. :Description: Linux Journal Kernel Korner article. Here is its @@ -403,7 +403,7 @@ On-line docs * Title: **Device Drivers Concluded** :Author: Georg v. Zezschwitz. - :URL: http://www.linuxjournal.com/article.php?sid=1287 + :URL: http://www.linuxjournal.com/article/1287 :Date: 1996 :Keywords: address spaces, pages, pagination, page management, demand loading, swapping, memory protection, memory mapping, mmap, @@ -417,7 +417,7 @@ On-line docs * Title: **Network Buffers And Memory Management** :Author: Alan Cox. - :URL: http://www.linuxjournal.com/article.php?sid=1312 + :URL: http://www.linuxjournal.com/article/1312 :Date: 1996 :Keywords: sk_buffs, network devices, protocol/link layer variables, network devices flags, transmit, receive, -- 2.11.0.157.gd943d85