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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 719B4C3A59D for ; Mon, 24 Oct 2022 02:18:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229520AbiJXCSa (ORCPT ); Sun, 23 Oct 2022 22:18:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36452 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229562AbiJXCS3 (ORCPT ); Sun, 23 Oct 2022 22:18:29 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EC4A27173B; Sun, 23 Oct 2022 19:18:27 -0700 (PDT) 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 ams.source.kernel.org (Postfix) with ESMTPS id 965E3B80BED; Mon, 24 Oct 2022 02:18:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B5EAEC433C1; Mon, 24 Oct 2022 02:18:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1666577905; bh=jon0JGTVaVcN9yndHotXJf/dtkBQbcoMcz/NXxTQY5k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=mA6aR5DyAEDhaw5e3ivDn+RCEmLN3jmHWkPRoJTVtgireUjtkLYtCcLAALGoYcKN4 E40abTLLNxG23wR8sYGAWA3IRtP9HUE9/vSU0GUL3JR5Y8mqwgmasndEObQAWFGYOS By3OK9mJO4MfuZt4K5njV/gDbekJrj+/xRUoeUrQHLMtFEbMwOUwLUyM/8abdzZmDd txMsDOseTP+PYyNqrQ80z2O/Bb+srH3lICk4mVWQr8dwsGVqemQ/UdXAhUEZ8voYRS WLgwSshZ3jyr3QxGAdYqMrV598nZrV2bOjEMQ4l88kVQEQtCgI6pynINYUJdpBfJ76 xOaCB6u/uuP6w== Date: Mon, 24 Oct 2022 10:18:19 +0800 From: Shawn Guo To: Krzysztof Kozlowski Cc: Li Yang , Rob Herring , Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: dts: ls1021: correct indentation Message-ID: <20221024021819.GB125525@dragon> References: <20221002092004.68928-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221002092004.68928-1-krzysztof.kozlowski@linaro.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Sun, Oct 02, 2022 at 11:20:04AM +0200, Krzysztof Kozlowski wrote: > Do not use spaces for indentation. > > Signed-off-by: Krzysztof Kozlowski Applied, thanks!