From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756176AbdJJRhV (ORCPT ); Tue, 10 Oct 2017 13:37:21 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:31972 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751415AbdJJRhU (ORCPT ); Tue, 10 Oct 2017 13:37:20 -0400 Date: Tue, 10 Oct 2017 12:35:58 -0500 From: Tom Saeger To: Jonathan Corbet Cc: Tom Saeger , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/8] Documentation: fix invalid Documentation refs (1) Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: NeoMutt/20170912 (1.9.0) X-Source-IP: userv0022.oracle.com [156.151.31.74] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Recently, while reading up on binfmt I attempted to open a document ref only to find it was invalid. I did a quick grep, found all the binfmt_misc related broken refs and sent a patch. Fine. Easy. Then I wondered, "how many broken doc refs are there?". Turns out with all the recent doc moves, quite a few. I went about fixing just those found in Documentation/, except those in Documentation/translations/ and Documentation/devicetree/ for now. Most of these changes were s/txt/rst/ or fixing up a path to an obvious new location. Some required going back to v4.10 v4.4 or some other version to sleuth-out what content was actually being referenced and then fixing the reference to point to the new file with that content. This is batch 1. Tom Saeger (8): Documentation: fix driver-api doc refs Documentation: fix admin-guide doc refs Documentation: fix input related doc refs Documentation: fix security related doc refs Documentation: fix media related doc refs Documentation: fix sound related doc refs Documentation: fix usb related doc refs Documentation: fix networking related doc refs. Documentation/ABI/stable/sysfs-devices | 2 +- Documentation/ABI/testing/evm | 4 ++-- Documentation/ABI/testing/sysfs-devices-system-cpu | 6 ++++-- Documentation/ABI/testing/sysfs-power | 6 ++++-- Documentation/admin-guide/README.rst | 2 +- Documentation/admin-guide/kernel-parameters.txt | 18 +++++++++--------- Documentation/admin-guide/reporting-bugs.rst | 4 ++-- Documentation/driver-api/usb/usb.rst | 4 +--- Documentation/hid/hiddev.txt | 2 +- Documentation/input/devices/xpad.rst | 3 ++- Documentation/laptops/laptop-mode.txt | 6 +++--- Documentation/media/dvb-drivers/bt8xx.rst | 8 ++++---- Documentation/media/uapi/v4l/dev-sliced-vbi.rst | 2 +- Documentation/media/uapi/v4l/extended-controls.rst | 2 +- Documentation/media/uapi/v4l/pixfmt-reserved.rst | 2 +- Documentation/media/v4l-drivers/bttv.rst | 2 +- Documentation/media/v4l-drivers/max2175.rst | 2 +- Documentation/networking/cdc_mbim.txt | 4 ++-- Documentation/networking/checksum-offloads.txt | 2 +- Documentation/networking/packet_mmap.txt | 2 +- Documentation/power/interface.txt | 3 ++- Documentation/power/pci.txt | 10 +++++----- Documentation/power/runtime_pm.txt | 2 +- Documentation/process/submitting-drivers.rst | 2 +- Documentation/security/LSM.rst | 2 +- Documentation/security/credentials.rst | 2 +- Documentation/security/keys/request-key.rst | 2 +- Documentation/sound/cards/joystick.rst | 2 +- Documentation/sound/hd-audio/notes.rst | 2 +- .../sound/kernel-api/writing-an-alsa-driver.rst | 2 +- Documentation/usb/gadget-testing.txt | 2 +- 31 files changed, 59 insertions(+), 55 deletions(-) -- 2.14.2