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 BB852C07E9D for ; Wed, 28 Sep 2022 00:25:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232356AbiI1AZP (ORCPT ); Tue, 27 Sep 2022 20:25:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46574 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233042AbiI1AYo (ORCPT ); Tue, 27 Sep 2022 20:24:44 -0400 Received: from mail-oa1-f44.google.com (mail-oa1-f44.google.com [209.85.160.44]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 696DC1EE772; Tue, 27 Sep 2022 17:24:17 -0700 (PDT) Received: by mail-oa1-f44.google.com with SMTP id 586e51a60fabf-1319573379eso2569085fac.0; Tue, 27 Sep 2022 17:24:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date; bh=emvP3YSyBpP+FskRt08StkDM9pRDZiCrhQHQG+rB6FE=; b=EhHggIDLqL80WrsFZKlV/oOO60fajlo8901b9RQ1j/t94fDaFmqudzPLRcGTNjqgaE 2hVNQ+oMGnHdyupjS1ehvuSVy7ammRVfbdO3N8dRdv+X6hAWMIfcAxDFw/CD8vQQ4Xdb 9+OJ0dZGUh6nrrOxiJxDPweS2lbnr1XZDNRM2L796AWDYQSvlp+thh2F2zuZvyqarrWN 4rwvt2Pj4/c/5hGc7R2MHIQWc3FquexOkO0Z+USUlp3oP4DjfRmQzoPhJt+wNWU7jcAd wxFZSymDBH3ugblLckG04JNxCMrpoLwyAL6UixOALzS7OML1j3qM9/X38umjJKb24siz mE2g== X-Gm-Message-State: ACrzQf1UYBAGYlDyT8fB0YCnA69AKeqZCVx/ab9FTE3gNo/9YT4Jxxhm MBqOtS56oQKp0/0M2ZxPsVSI9MMl0w== X-Google-Smtp-Source: AMsMyM7eOVxfo8/++Dna9DjiLq5ihgEzlcXt3mZaOCPGIdA8MtwTkb0E0zydywZ0B8nz+65TCQ0hBA== X-Received: by 2002:a05:6870:4184:b0:131:55a3:2fef with SMTP id y4-20020a056870418400b0013155a32fefmr3751387oac.223.1664324652219; Tue, 27 Sep 2022 17:24:12 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id i42-20020a056870892a00b00127a6357bd5sm1690605oao.49.2022.09.27.17.24.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 27 Sep 2022 17:24:11 -0700 (PDT) Received: (nullmailer pid 2708319 invoked by uid 1000); Wed, 28 Sep 2022 00:24:11 -0000 Date: Tue, 27 Sep 2022 19:24:11 -0500 From: Rob Herring To: Krzysztof Kozlowski Cc: linux-gpio@vger.kernel.org, Linus Walleij , Konrad Dybcio , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Krzysztof Kozlowski , Vinod Koul , Shawn Guo , Stephan Gerhold , Andy Gross , linux-arm-msm@vger.kernel.org, krishna Lanka , Sivaprakash Murugesan , Bjorn Andersson , Rob Herring Subject: Re: [PATCH v3 34/34] dt-bindings: pinctrl: qcom,sc8280xp: fix indentation in example (remaining piece) Message-ID: <20220928002411.GA2708263-robh@kernel.org> References: <20220927173702.5200-1-krzysztof.kozlowski@linaro.org> <20220927173702.5200-35-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220927173702.5200-35-krzysztof.kozlowski@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Tue, 27 Sep 2022 19:37:02 +0200, Krzysztof Kozlowski wrote: > Bindings example should be indented with 4-spaces. Previous adjustment > missefd one spot. > > Signed-off-by: Krzysztof Kozlowski > Reviewed-by: Bjorn Andersson > --- > .../devicetree/bindings/pinctrl/qcom,sc8280xp-pinctrl.yaml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Reviewed-by: Rob Herring