From patchwork Sun Mar 31 02:42:40 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Brian Masney X-Patchwork-Id: 10878631 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 8037F1390 for ; Sun, 31 Mar 2019 02:43:08 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 66C892890E for ; Sun, 31 Mar 2019 02:43:08 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 59C1E28918; Sun, 31 Mar 2019 02:43:08 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 02A962890E for ; Sun, 31 Mar 2019 02:43:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=5FGHOPROb+oKEpgwwe60vk6OoPQhFbtCnpfZrASD258=; b=mxyyM496g9c3qF RkVFK0ResAYe6q467jk6eJGaeZ+foIAQQBZlFZtsrcxJbj9YVd+9rXkCoCkxmkgsiYnYJIbJL4URx 1BO7A+dBbM+cUTZGkZipixgPVNRJhqKbVD/qUno+jCHuz6xWeMp6/dGDjW0folTJJ6RZnOC+t9Dgt I1R5KbaP1Qh+TCZVBLW57fS/yhO68nFo/2W2RZ/ZQteAiyXnosvjQw9C4AZZoeEcc1loRy5CYjUmW 53l2UleGIKyRzrJoKTdFcGRebvt8Lw0o/ugm0OUc+/ehJNwAyYKZW5yvlODlwgRCo58yF6vitM0hK JXLcsK6Yr/dOCqQxF6Bw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hAQR6-0002Df-8A; Sun, 31 Mar 2019 02:43:04 +0000 Received: from onstation.org ([52.200.56.107]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1hAQR2-0002Ce-9Y; Sun, 31 Mar 2019 02:43:01 +0000 Received: from localhost.localdomain (c-98-239-145-235.hsd1.wv.comcast.net [98.239.145.235]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: masneyb) by onstation.org (Postfix) with ESMTPSA id 1998A456C5; Sun, 31 Mar 2019 02:42:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=onstation.org; s=default; t=1554000176; bh=muKtaP7s2o9g6Q+mrZieprYU6lrLLDUOs6zDUCbJtbw=; h=From:To:Cc:Subject:Date:From; b=bd0ZeXdpg3LtE441EyUehWcCYyi1jc6JyqG0hzBHkiV8MKkJnr1A5lD4pNY696/eZ qfXUCNPzNVE1PN6pCbdVyVu/L0nRC3ylwzClKuZPyjy40IyGz8ZSUcsH68RB4InQw8 YULr5MR7P74WIbjNuADWECgHPH+UG/2FOQ+VFhTg= From: Brian Masney To: arnd@arndb.de Subject: [PATCH] dt-bindings: arm: correct dt_binding_check parse error Date: Sat, 30 Mar 2019 22:42:40 -0400 Message-Id: <20190331024240.3012-1-masneyb@onstation.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190330_194300_401284_8CF8C5F0 X-CRM114-Status: GOOD ( 10.06 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: mark.rutland@arm.com, devicetree@vger.kernel.org, sugaya.taichi@socionext.com, linux-kernel@vger.kernel.org, robh+dt@kernel.org, linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP 'make dt_binding_check' fails with the following error: Documentation/devicetree/bindings/arm/cpus.yaml: while scanning a plain scalar in "", line 231, column 19 found a tab character that violates indentation in "", line 232, column 1 make[1]: *** [Documentation/devicetree/bindings/Makefile:12: Documentation/devicetree/bindings/arm/cpus.example.dts] Error 1 Correct the parse error by replacing the tabs with spaces to keep 'make dt_binding_check' happy. Signed-off-by: Brian Masney Fixes: fd73403a4862 ("dt-bindings: arm: Add SMP enable-method for Milbeaut") --- Issue is in linux-next-20190329. Documentation/devicetree/bindings/arm/cpus.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/arm/cpus.yaml b/Documentation/devicetree/bindings/arm/cpus.yaml index 60eab6dc3c0b..591bbd012d63 100644 --- a/Documentation/devicetree/bindings/arm/cpus.yaml +++ b/Documentation/devicetree/bindings/arm/cpus.yaml @@ -229,7 +229,7 @@ patternProperties: - renesas,r9a06g032-smp - rockchip,rk3036-smp - rockchip,rk3066-smp - - socionext,milbeaut-m10v-smp + - socionext,milbeaut-m10v-smp - ste,dbx500-smp cpu-release-addr: