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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id BD836C77B73 for ; Sat, 27 May 2023 08:52:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=KNYMO6pKI84kyKHuTkOvXGhtYULkJ8rxyveUF4ZUCQQ=; b=dJZ67DId1HaQ/M iLzqx8IuuwVBqpZ31H+7KzPGwsOh7oKUwkB/nT8Cmks+xN0BCoIK8lQforClarRR+OqgZ2CgBw1Xl EjaqlyPFLHfHpIpXMs/KacO4LTzdTzD2qzigwicXQky3mGFNSKidu7TT7JTrmOndNSQQIQQbjVBP9 iDf1IqZEShfh0jM1XpXvp7e0lIqPxQFLi/NlThNWEYZcUau9DLR6I/V8pfeYvg3YcZzo7uG4wjOcl nMilIWPnyiblIkfiCI31xA6s/kSZK1a/nnA28O5SAXWQ8PowW+8+nsQ8UP8Yaca7kG0PAZ6AullWE 1LRlwOnFiBTQ52IWsjrQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q2peH-005HmU-1D; Sat, 27 May 2023 08:51:41 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1q2peE-005Hm0-0q for linux-arm-kernel@lists.infradead.org; Sat, 27 May 2023 08:51:39 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id BE44660B8A; Sat, 27 May 2023 08:51:37 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 747B0C433D2; Sat, 27 May 2023 08:51:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1685177497; bh=xlZcULQDL20121PfflNjOiczrHQPpAbOnbE9s3UzLPk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=fGUc+kdwKjK+zIsYfzUJG19ybUn9LwfYF4Yia0K5vI7kQe3noF5OLqafqDtkZRqSO PWDsaUOi+Nj5cu9tZ3QQOWpedGISQhRQ0M4nyVAEohQCrKbCKgzSy0/obTPqH+/x8Q GXGNGul8xDvpfTQv6ZNtID0uLxdZ3KzSzgF2vR09/n1ddWvvonyrW9eEA+XCQetUax rON0HVAFh75cAy/kofyc5MD55pTrSmpM1jxgLgYnkKsxyLdHoXMU6Bf+dLz4AOdh4A EB0KC6tT9l4RA19Vl+tEa/gfQN15cIG0EFAZNQrl/5MZOqcfHkOWbMvd10wQFLxU70 6DhBq0tq7GkNw== Date: Sat, 27 May 2023 16:51:21 +0800 From: Shawn Guo To: Marek Vasut Cc: linux-arm-kernel@lists.infradead.org, Conor Dooley , Fabio Estevam , Frieder Schrempf , Krzysztof Kozlowski , Li Yang , Marcel Ziswiler , Rob Herring , Stefan Wahren , devicetree@vger.kernel.org Subject: Re: [PATCH] dt-bindings: arm: fsl: Fix syntax error Message-ID: <20230527085121.GI528183@dragon> References: <20230516085713.109309-1-marex@denx.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230516085713.109309-1-marex@denx.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230527_015138_361594_12031F43 X-CRM114-Status: UNSURE ( 9.38 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, May 16, 2023 at 10:57:13AM +0200, Marek Vasut wrote: > Fix the following error by replacing tab indent with spaces. > " > Documentation/devicetree/bindings/arm/fsl.yaml:930:46: [error] syntax error: found character '\t' that cannot start any token (syntax) > " > > Fixes: d2bf7abfd235 ("dt-bindings: arm: fsl: Add Emtop SoM & Baseboard") > Signed-off-by: Marek Vasut Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel