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 X-Spam-Level: X-Spam-Status: No, score=-8.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 F189AC433E2 for ; Sun, 13 Sep 2020 01:32:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AA88521531 for ; Sun, 13 Sep 2020 01:32:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599960757; bh=2OFoyzQtwNqmkKeq4GCenFVXI8J6w5aIkz/344iJnFQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=cdpxz/4a8tLbeo4HMrdEN/D2gW8fWWC0T0QPf7CujktQuE9eJp/gNs1UpU/3vn7Wd f/IVoDqCSy/yp0TamZ/Uok2azxKJQpAICwy8UI0HrHRskP7DZI0QthCSqgPjspkOcn LFoWdJOlx1x1r/nJdd1d21shx4UwE32B+49BeGIM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725916AbgIMBcd (ORCPT ); Sat, 12 Sep 2020 21:32:33 -0400 Received: from mail.kernel.org ([198.145.29.99]:46244 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725890AbgIMBca (ORCPT ); Sat, 12 Sep 2020 21:32:30 -0400 Received: from dragon (80.251.214.228.16clouds.com [80.251.214.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id B017321531; Sun, 13 Sep 2020 01:32:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599960750; bh=2OFoyzQtwNqmkKeq4GCenFVXI8J6w5aIkz/344iJnFQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=e0Ag/E4rtidqAxPKVSWXNYTYtIgXM/iUx4QUo0vR/7kdD74qo6kNOSO55Wz/5LRUc nG9WWLD0EPgHXmncJOPtoz1+2cFYQ4ywKowmTYUeIIV3FYgIxdO1M5rMNVVIm/7g2l mNs0dA/PjK1BGil0AmbDeNVLbToFipS9vogPWI+I= Date: Sun, 13 Sep 2020 09:32:25 +0800 From: Shawn Guo To: Matthias Schiffer Cc: Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 1/3] ARM: dts: imx6qdl: tqma6: fix indentation Message-ID: <20200913013224.GE25109@dragon> References: <20200907080429.12496-1-matthias.schiffer@ew.tq-group.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200907080429.12496-1-matthias.schiffer@ew.tq-group.com> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 07, 2020 at 10:04:27AM +0200, Matthias Schiffer wrote: > The PMIC configuration is indented one level too deep. > > Fixes: cac849e9bbc8 ("ARM: dts: imx6qdl: add TQMa6{S,Q,QP} SoM") > Signed-off-by: Matthias Schiffer I change the subject prefix to 'ARM: dts: imx6qdl-tqma6:' and applied all 3. Shawn