From patchwork Thu Apr 1 12:17:49 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mauro Carvalho Chehab X-Patchwork-Id: 413804 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=-19.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, INCLUDES_CR_TRAILER, INCLUDES_PATCH, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS, URIBL_BLOCKED, USER_AGENT_GIT autolearn=ham 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 B5C1AC43617 for ; Thu, 1 Apr 2021 18:21:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8414860201 for ; Thu, 1 Apr 2021 18:21:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235935AbhDASVI (ORCPT ); Thu, 1 Apr 2021 14:21:08 -0400 Received: from mail.kernel.org ([198.145.29.99]:45700 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238898AbhDASPC (ORCPT ); Thu, 1 Apr 2021 14:15:02 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 824EF611F2; Thu, 1 Apr 2021 12:17:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1617279476; bh=Y8Sbo9hVCbxTKSZ3zBFEyFuLdewEeU0DD4dDrcxymF0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=XmXJNkMDY6HjzWIpoy0p2LCBxwlOqEEt6xAj60aeGL/k5ZOXg8edAZgjaThxHz3+1 8bjY/8yuiwRvtWue1O2n3R67vGOdtPc2uerijwSRwnurgfL5kqEbPfi3BznuSYqGnc OexgBFaq61MtJ9rZmpF5NwR7W5RsR9LAYjXFbYeFREEBNWtL2eNMs2Y4bo02Kg+KQg HoIRs1osqCoXVhOaDOtwbkE/k/dCKDzbCxHnQ7cGzzsVAA0GM5BMGbsZrmQovtBjID 9UHzj3FbyuBDVqJQSCn+6l2XG27EDo6waC1eQUt9KUP5bFfrJwfT+Gux8TPSH/t+yg yGzmFDyuRF5kg== Received: by mail.kernel.org with local (Exim 4.94) (envelope-from ) id 1lRwGo-001c3e-Jw; Thu, 01 Apr 2021 14:17:54 +0200 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , "Jonathan Corbet" , Andy Whitcroft , Dwaipayan Ray , Joe Perches , Lukas Bulwahn , Rob Herring , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 29/32] docs: dt: update writing-schema.rst references Date: Thu, 1 Apr 2021 14:17:49 +0200 Message-Id: <7cfddf303f1508d26f90d87546d3812faebfc5ba.1617279356.git.mchehab+huawei@kernel.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: References: MIME-Version: 1.0 Sender: Mauro Carvalho Chehab Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Changeset b83db5b84900 ("docs: dt: Group DT docs into relevant sub-sections") renamed: Documentation/devicetree/writing-schema.rst to: Documentation/devicetree/bindings/writing-schema.rst. Update the cross-references accordingly. Fixes: b83db5b84900 ("docs: dt: Group DT docs into relevant sub-sections") Signed-off-by: Mauro Carvalho Chehab --- Documentation/devicetree/bindings/submitting-patches.rst | 2 +- scripts/checkpatch.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/submitting-patches.rst b/Documentation/devicetree/bindings/submitting-patches.rst index ee4feb53f8d0..104fa8fb2c17 100644 --- a/Documentation/devicetree/bindings/submitting-patches.rst +++ b/Documentation/devicetree/bindings/submitting-patches.rst @@ -25,7 +25,7 @@ I. For patch submitters make dt_binding_check - See Documentation/devicetree/writing-schema.rst for more details about + See Documentation/devicetree/bindings/writing-schema.rst for more details about schema and tools setup. 3) DT binding files should be dual licensed. The preferred license tag is diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 4dbda85fd7e5..3870c8a01987 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -3245,7 +3245,7 @@ sub process { ($line =~ /^new file mode\s*\d+\s*$/) && ($realfile =~ m@^Documentation/devicetree/bindings/.*\.txt$@)) { WARN("DT_SCHEMA_BINDING_PATCH", - "DT bindings should be in DT schema format. See: Documentation/devicetree/writing-schema.rst\n"); + "DT bindings should be in DT schema format. See: Documentation/devicetree/bindings/writing-schema.rst\n"); } # Check for wrappage within a valid hunk of the file