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 59B93C54E76 for ; Fri, 6 Jan 2023 06:48:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230182AbjAFGsS (ORCPT ); Fri, 6 Jan 2023 01:48:18 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40412 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229591AbjAFGsR (ORCPT ); Fri, 6 Jan 2023 01:48:17 -0500 Received: from mail-lj1-x22d.google.com (mail-lj1-x22d.google.com [IPv6:2a00:1450:4864:20::22d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 53AE063B4 for ; Thu, 5 Jan 2023 22:48:14 -0800 (PST) Received: by mail-lj1-x22d.google.com with SMTP id s25so643088lji.2 for ; Thu, 05 Jan 2023 22:48:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=cXbXihXV6MI6wPU9ELSqbbiHv+KuaPURdjnGGvB+ZTA=; b=cYMryEsQvFWnHfqF/NYykYbP8HFRy78QI1QVZQ7DZBobgJAYRNoW+a/87B90AxoXRa AxnZ0haUClHj4xHrH0aaU6IANIqYgqj+U8F9db20zC/CbOdv12qcUZPhJ+18ZXIgt0Cn /YZeWUnFzPg1tUyD4pTRfBlqNnUiTl0ERwPlSsctLIxWRFvM6hZHNRpv5Xir91RzHhib d6m/T8Us8MQdfFlfoW2V/UvwOpgFMybsCNfrK+CgndNGC/5dQMIUo+3hE6qn3NrSI9Ot xPT8QJSp8XpbjTut857FJ11o91LMSINEOGpV1+D11qfEE7WugiZUtXW46iGVGz+QT9SI a1cg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=cXbXihXV6MI6wPU9ELSqbbiHv+KuaPURdjnGGvB+ZTA=; b=UBu6AWJrhqNHuOFZ+NXF0Oh9I4jgXRgqUlGXjXBMUI4DQTIeX5rIfNjHV1HdDFoiWr zUgEVBEVdIIyuajtSCTaeHZdYJWJOUTzz7R96qT4ZZKEty8eY/Seew6g4Jy6azTp75yf +DLkcKl9PsB2cCqvW/oML5X7t9PF0ZyfK/J3vKdKBpbHiYvzlXvhFrC/cyiVtW76IJoB Ak2nya0exTK4R7wleOFs74qEvG9uqotb5NVQWhMjrTGBMIiqjTnr4V3kiKos8LVbbvMv 9NCKxvMUc0JnKxwGGwFdEZYAmLWPXkgvapTi3WTRrpf8WSnYPaNjSsY6fACn092WqAsT AcOg== X-Gm-Message-State: AFqh2krpS6lFQgrMrbbboCzbTbx162/Y+n25JM6Laa2iFBdEtcv9unK1 otykwWGHMwrL7+1Rv8G9tDucnC6057YuhbYIU9TZaQ== X-Google-Smtp-Source: AMrXdXvJgMr94Wo6/9butWn9yyjNDYyz5+lTRG/UM8O7dXWuk7sQFdwSnEx2/JhirmdBg/0HkQY+dDOG3HI1hKt3M9o= X-Received: by 2002:a05:651c:2001:b0:27f:ee4c:3c2d with SMTP id s1-20020a05651c200100b0027fee4c3c2dmr685128ljo.466.1672987692487; Thu, 05 Jan 2023 22:48:12 -0800 (PST) MIME-Version: 1.0 References: <20230104091922.3959602-1-bhupesh.sharma@linaro.org> <20230104091922.3959602-3-bhupesh.sharma@linaro.org> <167288699633.3289770.7520350746366547570.robh@kernel.org> In-Reply-To: <167288699633.3289770.7520350746366547570.robh@kernel.org> From: Bhupesh Sharma Date: Fri, 6 Jan 2023 12:18:00 +0530 Message-ID: Subject: Re: [PATCH 2/2] dt-bindings: soc: qcom: eud: Fix identation issues in the example To: Rob Herring Cc: linux-usb@vger.kernel.org, bhupesh.linux@gmail.com, agross@kernel.org, linux-arm-msm@vger.kernel.org, quic_schowdhu@quicinc.com, linux-kernel@vger.kernel.org, andersson@kernel.org, devicetree@vger.kernel.org, konrad.dybcio@linaro.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, 5 Jan 2023 at 08:24, Rob Herring wrote: > > > On Wed, 04 Jan 2023 14:49:22 +0530, Bhupesh Sharma wrote: > > As noted by Konrad while reviewing [1], the example > > node in the EUD yaml documentation has identation > > issues. > > > > So fix them. > > > > [1]. https://lore.kernel.org/linux-arm-msm/20221231131945.3286639-1-bhupesh.sharma@linaro.org > > > > Signed-off-by: Bhupesh Sharma > > --- > > Documentation/devicetree/bindings/soc/qcom/qcom,eud.yaml | 8 +++++--- > > 1 file changed, 5 insertions(+), 3 deletions(-) > > > > My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check' > on your patch (DT_CHECKER_FLAGS is new in v5.13): > > yamllint warnings/errors: > > dtschema/dtc warnings/errors: > /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/soc/qcom/qcom,eud.example.dtb: eud@88e0000: reg: [[0, 143523840], [0, 8192], [0, 143532032], [0, 4096]] is too long > From schema: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/soc/qcom/qcom,eud.yaml > > doc reference errors (make refcheckdocs): > > See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20230104091922.3959602-3-bhupesh.sharma@linaro.org > > The base for the series is generally the latest rc1. A different dependency > should be noted in *this* patch. > > If you already ran 'make dt_binding_check' and didn't see the above > error(s), then make sure 'yamllint' is installed and dt-schema is up to > date: > > pip3 install dtschema --upgrade > > Please check and re-submit after running the above command yourself. Note > that DT_SCHEMA_FILES can be set to your schema file to speed up checking > your schema. However, it must be unset to test all examples with your schema. Ok, let me try and fix this via v2. Thanks.