From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-14.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6C21DC43460 for ; Fri, 9 Apr 2021 12:48:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 34484610FC for ; Fri, 9 Apr 2021 12:48:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233865AbhDIMsT (ORCPT ); Fri, 9 Apr 2021 08:48:19 -0400 Received: from mail.kernel.org ([198.145.29.99]:41840 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233712AbhDIMsP (ORCPT ); Fri, 9 Apr 2021 08:48:15 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 5DEB26113A; Fri, 9 Apr 2021 12:48:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1617972481; bh=KVB99uveFfZEtOFS+rw6+GuSTG0eUAu7eT5aXgN+A2I=; h=From:To:Cc:Subject:Date:From; b=HVeqO0LTdb6P34NPuz+kcIo3Rf749nd/WbbdJGxFgX+jaSQh3ut1YKoPYl1MgyRxh Q7kRjml+eMUN9cb6xXsqyy1LpRy94RSYcfiRD58M7/eXFD0KYEG5fV6LbU9gb6NNhs OKJrR0HItZx9dkSG0Rw4RaD0KWq57c5q3+CPTWH2cN7XJpYHQhm2OdH9T1q1mdIFOS qamXogV+8qqqQnkylXpoWSIOs+K54//txxScI0SkPXbR+BMNCVw9UukyZhMQi81Ybh U+G/5ZiQeDykJPDsU7gNFXuoH2Hs/Mon3ZPlABh5XFVA3MUkHq3gld+lw+RHLfRuKm yWvyZlhUcvMnA== Received: by mail.kernel.org with local (Exim 4.94) (envelope-from ) id 1lUqYE-001SLe-2j; Fri, 09 Apr 2021 14:47:54 +0200 From: Mauro Carvalho Chehab To: Linux Doc Mailing List , "Jonathan Corbet" Cc: Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, "Alexander A. Klimov" , "Rafael J. Wysocki" , Alex Shi , Artur Rojek , Dmitry Torokhov , Federico Vaga , Greg Kroah-Hartman , Guenter Roeck , Hans de Goede , Jean Delvare , Jiaxun Yang , Jonathan Cameron , Jonathan Cameron , Kir Kolyshkin , Lars-Peter Clausen , Lee Jones , Mark Pearson , Maximilian Luz , Paolo Bonzini , Peter Meerwald-Stadler , Peter Zijlstra , Rob Herring , Tejun Heo , Thorsten Leemhuis , Wu XiangCheng , devicetree@vger.kernel.org, kvm@vger.kernel.org, linux-hwmon@vger.kernel.org, linux-iio@vger.kernel.org, linux-input@vger.kernel.org Subject: [PATCH v3 0/8] Fix broken documentation file references Date: Fri, 9 Apr 2021 14:47:44 +0200 Message-Id: X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: Mauro Carvalho Chehab Precedence: bulk List-ID: X-Mailing-List: linux-hwmon@vger.kernel.org Hi Jon, As files keep being moved around and DT bindings are converted and renamed to yaml, their doc references get outdated, pointing to an invalid places. This series address those. It is based on the top of docs-next tree, and most patches here are independent from the other ones. v3: - Dropped patches already applied at next-20210409 and changes that would cause conflicts there; - Added received acks. v2: - Dropped patches that were already applied, Most of those will be following via Jonathan Cameron's iio tree; - Dropped patches that don't apply on the top of docs next. - Added some new patches fixing other breakages. Mauro Carvalho Chehab (8): dt-bindings: don't use ../dir for doc references dt-bindings: fix references for iio-bindings.txt dt-bindings:iio:adc: update motorola,cpcap-adc.yaml reference docs: update sysfs-platform_profile.rst reference docs: vcpu-requests.rst: fix reference for atomic ops docs: replace transation references for reporting-bugs.rst docs: translations/zh_CN: fix a typo at 8.Conclusion.rst docs: sched-bwc.rst: fix a typo on a doc name .../devicetree/bindings/hwmon/ntc_thermistor.txt | 2 +- .../devicetree/bindings/iio/adc/ingenic,adc.yaml | 5 +++-- .../devicetree/bindings/input/adc-joystick.yaml | 4 +++- .../input/touchscreen/resistive-adc-touch.txt | 5 ++++- Documentation/devicetree/bindings/mfd/ab8500.txt | 4 +++- .../devicetree/bindings/mfd/motorola-cpcap.txt | 16 ++++++++-------- Documentation/scheduler/sched-bwc.rst | 2 +- .../translations/it_IT/process/howto.rst | 2 +- Documentation/translations/ja_JP/howto.rst | 2 +- Documentation/translations/zh_CN/SecurityBugs | 2 +- .../zh_CN/admin-guide/reporting-issues.rst | 4 ++-- .../translations/zh_CN/process/8.Conclusion.rst | 2 +- .../translations/zh_CN/process/howto.rst | 2 +- Documentation/virt/kvm/vcpu-requests.rst | 2 +- include/linux/platform_profile.h | 2 +- 15 files changed, 32 insertions(+), 24 deletions(-) -- 2.30.2