From patchwork Fri Mar 16 16:38:23 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 10289253 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 6FFA26064E for ; Fri, 16 Mar 2018 16:39:42 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 61FC228FFD for ; Fri, 16 Mar 2018 16:39:42 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 55C9329000; Fri, 16 Mar 2018 16:39:42 +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=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0D01A28FFD for ; Fri, 16 Mar 2018 16:39:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751153AbeCPQjj (ORCPT ); Fri, 16 Mar 2018 12:39:39 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:39786 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751996AbeCPQjh (ORCPT ); Fri, 16 Mar 2018 12:39:37 -0400 Received: from penelope.horms.nl (unknown [217.111.208.18]) by kirsty.vergenet.net (Postfix) with ESMTPA id E484E25BEE1; Sat, 17 Mar 2018 03:38:55 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=verge.net.au; s=mail; t=1521218336; bh=GS3jhv4swPr4+9KkAuOfXOmcdHlgn/OdBU1468Raz3Y=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=i33U9BFgeV5bOhMGCCfbPyw/pCFJf2C0HOPaKeD6oLXuLWgPuJbTzwok92Jb24FDE gwLG/WGXC7hRxXEIaxOrgMVRxozGYfDvZNVhHXyvXkMj9jPR2006YIOwn7S1F7nWAI 14icSpDKbQlrtyHn2Ka1oZLBYNSxq5RemzZbhlkw= Received: by penelope.horms.nl (Postfix, from userid 7100) id 4B381E21402; Fri, 16 Mar 2018 17:38:49 +0100 (CET) From: Simon Horman To: linux-renesas-soc@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, Magnus Damm , Simon Horman Subject: [PATCH 26/47] ARM: dts: r8a7793: consistently use single space before = Date: Fri, 16 Mar 2018 17:38:23 +0100 Message-Id: <77b1e3d230e5e42bbde3f11923b34382832a8415.1521218085.git.horms+renesas@verge.net.au> X-Mailer: git-send-email 2.11.0 In-Reply-To: References: Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Consistently use a single space before a =. This patch fixes instances where a tab is used instead. This patch should not introduce any functional change. Signed-off-by: Simon Horman Reviewed-by: Geert Uytterhoeven --- arch/arm/boot/dts/r8a7793.dtsi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/arm/boot/dts/r8a7793.dtsi b/arch/arm/boot/dts/r8a7793.dtsi index aa7d7792fb13..f9c5a557107d 100644 --- a/arch/arm/boot/dts/r8a7793.dtsi +++ b/arch/arm/boot/dts/r8a7793.dtsi @@ -1362,16 +1362,16 @@ thermal-zones { cpu_thermal: cpu-thermal { - polling-delay-passive = <0>; - polling-delay = <0>; + polling-delay-passive = <0>; + polling-delay = <0>; thermal-sensors = <&thermal>; trips { cpu-crit { - temperature = <95000>; - hysteresis = <0>; - type = "critical"; + temperature = <95000>; + hysteresis = <0>; + type = "critical"; }; }; cooling-maps {